Shades of Deep Magenta #CF07C9
Tints of Deep Magenta #CF07C9
RGB
CMYK
RGB Variations
Color information
#CF07C9 (or 0xCF07C9) is known color: Deep Magenta. HEX triplet: CF, 07 and C9. RGB value is (207,7,201). Sum of RGB (Red+Green+Blue) = 207+7+201=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07C9 is #30F836. Grayscale: #585858. Windows color (decimal): -3209271 or 13174735. OLE color: 13174735.
HSL color Cylindrical-coordinate representation of color #CF07C9: hue angle of 301.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07C9 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.19 |
| HSL | 301.8º | 0.93% | 0.42% | - |
| HSV(B) | 301.8º | 0.97% | 0.81% | - |
| XYZ | 36.35 | 17.63 | 56.75 | - |
| YUV | 88.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 201 | 0 | 0.97 | 0.03 | 0.19 | 301.8 | 0.93 | 0.42 |
| Hex | CF | 7 | C9 | 0 | 61 | 3 | 13 | 12E | 5D | 2A |
| Octal | 317 | 7 | 311 | 0 | 141 | 3 | 23 | 456 | 135 | 52 |
| Binary | 11001111 | 111 | 11001001 | 0 | 1100001 | 11 | 10011 | 100101110 | 1011101 | 101010 |
Color Harmonies of #CF07C9
Complementary color
Monochromatic Colors of #CF07C9
Black with #CF07C9
Text Example
Text Example
White with #CF07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07C9; }
p { color: rgb(207,7,201); }
H1.HeaderClassName
{
color: #CF07C9;
}
.AnyTagClassName
{
color: #CF07C9;
}
</style>
background-color css
<style>
a { background-color: #CF07C9; }
a { background-color: rgb(207,7,201); }
div.DivClassName
{
background-color: #CF07C9;
}
.BgClassName
{
background-color: #CF07C9;
}
</style>
border-color css
<style>
span { border-color: #CF07C9; }
span { border-color: rgb(207,7,201); }
td.TdClassName
{
border-color: #CF07C9;
}
.TagClassName
{
border-color: #CF07C9;
}
</style>