Shades of Deep Magenta #CC09CF
Tints of Deep Magenta #CC09CF
RGB
CMYK
RGB Variations
Color information
#CC09CF (or 0xCC09CF) is known color: Deep Magenta. HEX triplet: CC, 09 and CF. RGB value is (204,9,207). Sum of RGB (Red+Green+Blue) = 204+9+207=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09CF is #33F630. Grayscale: #595959. Windows color (decimal): -3405361 or 13568460. OLE color: 13568460.
HSL color Cylindrical-coordinate representation of color #CC09CF: hue angle of 299.09º 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 #CC09CF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 9 | 207 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.19 |
| HSL | 299.09º | 0.92% | 0.42% | - |
| HSV(B) | 299.09º | 0.96% | 0.81% | - |
| XYZ | 36.26 | 17.54 | 60.51 | - |
| YUV | 89.88 | 194.1 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 207 | 0.01 | 0.96 | 0 | 0.19 | 299.09 | 0.92 | 0.42 |
| Hex | CC | 9 | CF | 1 | 60 | 0 | 13 | 12B | 5C | 2A |
| Octal | 314 | 11 | 317 | 1 | 140 | 0 | 23 | 453 | 134 | 52 |
| Binary | 11001100 | 1001 | 11001111 | 1 | 1100000 | 0 | 10011 | 100101011 | 1011100 | 101010 |
Color Harmonies of #CC09CF
Complementary color
Monochromatic Colors of #CC09CF
Black with #CC09CF
Text Example
Text Example
White with #CC09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09CF; }
p { color: rgb(204,9,207); }
H1.HeaderClassName
{
color: #CC09CF;
}
.AnyTagClassName
{
color: #CC09CF;
}
</style>
background-color css
<style>
a { background-color: #CC09CF; }
a { background-color: rgb(204,9,207); }
div.DivClassName
{
background-color: #CC09CF;
}
.BgClassName
{
background-color: #CC09CF;
}
</style>
border-color css
<style>
span { border-color: #CC09CF; }
span { border-color: rgb(204,9,207); }
td.TdClassName
{
border-color: #CC09CF;
}
.TagClassName
{
border-color: #CC09CF;
}
</style>