Shades of Deep Magenta #CF0FC7
Tints of Deep Magenta #CF0FC7
RGB
CMYK
RGB Variations
Color information
#CF0FC7 (or 0xCF0FC7) is known color: Deep Magenta. HEX triplet: CF, 0F and C7. RGB value is (207,15,199). Sum of RGB (Red+Green+Blue) = 207+15+199=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FC7 is #30F038. Grayscale: #5C5C5C. Windows color (decimal): -3207225 or 13045711. OLE color: 13045711.
HSL color Cylindrical-coordinate representation of color #CF0FC7: hue angle of 302.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 199 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.19 |
| HSL | 302.5º | 0.86% | 0.44% | - |
| HSV(B) | 302.5º | 0.93% | 0.81% | - |
| XYZ | 36.21 | 17.73 | 55.55 | - |
| YUV | 93.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 199 | 0 | 0.93 | 0.04 | 0.19 | 302.5 | 0.86 | 0.44 |
| Hex | CF | F | C7 | 0 | 5D | 4 | 13 | 12E | 56 | 2C |
| Octal | 317 | 17 | 307 | 0 | 135 | 4 | 23 | 456 | 126 | 54 |
| Binary | 11001111 | 1111 | 11000111 | 0 | 1011101 | 100 | 10011 | 100101110 | 1010110 | 101100 |
Color Harmonies of #CF0FC7
Complementary color
Monochromatic Colors of #CF0FC7
Black with #CF0FC7
Text Example
Text Example
White with #CF0FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FC7; }
p { color: rgb(207,15,199); }
H1.HeaderClassName
{
color: #CF0FC7;
}
.AnyTagClassName
{
color: #CF0FC7;
}
</style>
background-color css
<style>
a { background-color: #CF0FC7; }
a { background-color: rgb(207,15,199); }
div.DivClassName
{
background-color: #CF0FC7;
}
.BgClassName
{
background-color: #CF0FC7;
}
</style>
border-color css
<style>
span { border-color: #CF0FC7; }
span { border-color: rgb(207,15,199); }
td.TdClassName
{
border-color: #CF0FC7;
}
.TagClassName
{
border-color: #CF0FC7;
}
</style>