Shades of Deep Magenta #CC09C9
Tints of Deep Magenta #CC09C9
RGB
CMYK
RGB Variations
Color information
#CC09C9 (or 0xCC09C9) is known color: Deep Magenta. HEX triplet: CC, 09 and C9. RGB value is (204,9,201). Sum of RGB (Red+Green+Blue) = 204+9+201=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09C9 is #33F636. Grayscale: #585858. Windows color (decimal): -3405367 or 13175244. OLE color: 13175244.
HSL color Cylindrical-coordinate representation of color #CC09C9: hue angle of 300.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09C9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.2 |
| HSL | 300.92º | 0.92% | 0.42% | - |
| HSV(B) | 300.92º | 0.96% | 0.8% | - |
| XYZ | 35.54 | 17.25 | 56.71 | - |
| YUV | 89.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 201 | 0 | 0.96 | 0.01 | 0.2 | 300.92 | 0.92 | 0.42 |
| Hex | CC | 9 | C9 | 0 | 60 | 1 | 14 | 12D | 5C | 2A |
| Octal | 314 | 11 | 311 | 0 | 140 | 1 | 24 | 455 | 134 | 52 |
| Binary | 11001100 | 1001 | 11001001 | 0 | 1100000 | 1 | 10100 | 100101101 | 1011100 | 101010 |
Color Harmonies of #CC09C9
Complementary color
Monochromatic Colors of #CC09C9
Black with #CC09C9
Text Example
Text Example
White with #CC09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09C9; }
p { color: rgb(204,9,201); }
H1.HeaderClassName
{
color: #CC09C9;
}
.AnyTagClassName
{
color: #CC09C9;
}
</style>
background-color css
<style>
a { background-color: #CC09C9; }
a { background-color: rgb(204,9,201); }
div.DivClassName
{
background-color: #CC09C9;
}
.BgClassName
{
background-color: #CC09C9;
}
</style>
border-color css
<style>
span { border-color: #CC09C9; }
span { border-color: rgb(204,9,201); }
td.TdClassName
{
border-color: #CC09C9;
}
.TagClassName
{
border-color: #CC09C9;
}
</style>