Shades of Deep Magenta #CC09CE
Tints of Deep Magenta #CC09CE
RGB
CMYK
RGB Variations
Color information
#CC09CE (or 0xCC09CE) is known color: Deep Magenta. HEX triplet: CC, 09 and CE. RGB value is (204,9,206). Sum of RGB (Red+Green+Blue) = 204+9+206=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09CE is #33F631. Grayscale: #595959. Windows color (decimal): -3405362 or 13502924. OLE color: 13502924.
HSL color Cylindrical-coordinate representation of color #CC09CE: hue angle of 299.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09CE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 9 | 206 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.19 |
| HSL | 299.39º | 0.92% | 0.42% | - |
| HSV(B) | 299.39º | 0.96% | 0.81% | - |
| XYZ | 36.14 | 17.49 | 59.86 | - |
| YUV | 89.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 206 | 0.01 | 0.96 | 0 | 0.19 | 299.39 | 0.92 | 0.42 |
| Hex | CC | 9 | CE | 1 | 60 | 0 | 13 | 12B | 5C | 2A |
| Octal | 314 | 11 | 316 | 1 | 140 | 0 | 23 | 453 | 134 | 52 |
| Binary | 11001100 | 1001 | 11001110 | 1 | 1100000 | 0 | 10011 | 100101011 | 1011100 | 101010 |
Color Harmonies of #CC09CE
Complementary color
Monochromatic Colors of #CC09CE
Black with #CC09CE
Text Example
Text Example
White with #CC09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09CE; }
p { color: rgb(204,9,206); }
H1.HeaderClassName
{
color: #CC09CE;
}
.AnyTagClassName
{
color: #CC09CE;
}
</style>
background-color css
<style>
a { background-color: #CC09CE; }
a { background-color: rgb(204,9,206); }
div.DivClassName
{
background-color: #CC09CE;
}
.BgClassName
{
background-color: #CC09CE;
}
</style>
border-color css
<style>
span { border-color: #CC09CE; }
span { border-color: rgb(204,9,206); }
td.TdClassName
{
border-color: #CC09CE;
}
.TagClassName
{
border-color: #CC09CE;
}
</style>