Shades of Deep Magenta #CC09D9
Tints of Deep Magenta #CC09D9
RGB
CMYK
RGB Variations
Color information
#CC09D9 (or 0xCC09D9) is known color: Deep Magenta. HEX triplet: CC, 09 and D9. RGB value is (204,9,217). Sum of RGB (Red+Green+Blue) = 204+9+217=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC09D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09D9 is #33F626. Grayscale: #5A5A5A. Windows color (decimal): -3405351 or 14223820. OLE color: 14223820.
HSL color Cylindrical-coordinate representation of color #CC09D9: hue angle of 296.25º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09D9 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 9 | 217 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.15 |
| HSL | 296.25º | 0.92% | 0.44% | - |
| HSV(B) | 296.25º | 0.96% | 0.85% | - |
| XYZ | 37.52 | 18.04 | 67.15 | - |
| YUV | 91.02 | 199.1 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 217 | 0.06 | 0.96 | 0 | 0.15 | 296.25 | 0.92 | 0.44 |
| Hex | CC | 9 | D9 | 6 | 60 | 0 | F | 128 | 5C | 2C |
| Octal | 314 | 11 | 331 | 6 | 140 | 0 | 17 | 450 | 134 | 54 |
| Binary | 11001100 | 1001 | 11011001 | 110 | 1100000 | 0 | 1111 | 100101000 | 1011100 | 101100 |
Color Harmonies of #CC09D9
Complementary color
Monochromatic Colors of #CC09D9
Black with #CC09D9
Text Example
Text Example
White with #CC09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09D9; }
p { color: rgb(204,9,217); }
H1.HeaderClassName
{
color: #CC09D9;
}
.AnyTagClassName
{
color: #CC09D9;
}
</style>
background-color css
<style>
a { background-color: #CC09D9; }
a { background-color: rgb(204,9,217); }
div.DivClassName
{
background-color: #CC09D9;
}
.BgClassName
{
background-color: #CC09D9;
}
</style>
border-color css
<style>
span { border-color: #CC09D9; }
span { border-color: rgb(204,9,217); }
td.TdClassName
{
border-color: #CC09D9;
}
.TagClassName
{
border-color: #CC09D9;
}
</style>