Shades of Deep Magenta #CF0CC9
Tints of Deep Magenta #CF0CC9
RGB
CMYK
RGB Variations
Color information
#CF0CC9 (or 0xCF0CC9) is known color: Deep Magenta. HEX triplet: CF, 0C and C9. RGB value is (207,12,201). Sum of RGB (Red+Green+Blue) = 207+12+201=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CC9 is #30F336. Grayscale: #5B5B5B. Windows color (decimal): -3207991 or 13176015. OLE color: 13176015.
HSL color Cylindrical-coordinate representation of color #CF0CC9: hue angle of 301.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CC9 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 201 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.19 |
| HSL | 301.85º | 0.89% | 0.43% | - |
| HSV(B) | 301.85º | 0.94% | 0.81% | - |
| XYZ | 36.41 | 17.75 | 56.76 | - |
| YUV | 91.85 | 189.6 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 201 | 0 | 0.94 | 0.03 | 0.19 | 301.85 | 0.89 | 0.43 |
| Hex | CF | C | C9 | 0 | 5E | 3 | 13 | 12E | 59 | 2B |
| Octal | 317 | 14 | 311 | 0 | 136 | 3 | 23 | 456 | 131 | 53 |
| Binary | 11001111 | 1100 | 11001001 | 0 | 1011110 | 11 | 10011 | 100101110 | 1011001 | 101011 |
Color Harmonies of #CF0CC9
Complementary color
Monochromatic Colors of #CF0CC9
Black with #CF0CC9
Text Example
Text Example
White with #CF0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CC9; }
p { color: rgb(207,12,201); }
H1.HeaderClassName
{
color: #CF0CC9;
}
.AnyTagClassName
{
color: #CF0CC9;
}
</style>
background-color css
<style>
a { background-color: #CF0CC9; }
a { background-color: rgb(207,12,201); }
div.DivClassName
{
background-color: #CF0CC9;
}
.BgClassName
{
background-color: #CF0CC9;
}
</style>
border-color css
<style>
span { border-color: #CF0CC9; }
span { border-color: rgb(207,12,201); }
td.TdClassName
{
border-color: #CF0CC9;
}
.TagClassName
{
border-color: #CF0CC9;
}
</style>