deep magenta/deep fuchsia
#cc0099 color RGB value is (204,0,153)
#cc0099 color CMYK value
#cc0099 color HSL value
HSV(or HSB) | 315° | 100 | 80 |
XYZ | 30.652 | 15.137 | 31.443 |
Yxy | 0.397 | 0.196 | 15.137 |
LAB | 45.822 | 76.407 | -25.607 |
LUV | 45.822 | 89.611 | -48.458 |
Hunter-LAB | 38.907 | 72.54 | -20.682 |
CIE-LCH | 45.822 | 80.584 | 341.472 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | CC | 0 | 99 |
Decimal | 204 | 0 | 153 |
Octal | 314 | 0 | 231 |
Binary | 11001100 | 00000000 | 10011001 |
Below, you can see some colors close to #cc0099. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #cc0099.
<span style="color:#cc0099">Text here</span>
This paragraph has a background color of #cc0099.
<p style="background-color:#cc0099;">Content here</p>
This element has a border color of #cc0099.
<div style="border:1px #cc0099;">Content here</div>
.text {color:#cc0099;}
.background {background-color:#cc0099;}
.border {border:1px solid #cc0099;}
.text-shadow {border:1px solid #cc0099;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0d000a is the darkest color, while #fff7fd is the lightest one.