Shades of Deep Magenta #CF0FCD
Tints of Deep Magenta #CF0FCD
RGB
CMYK
RGB Variations
Color information
#CF0FCD (or 0xCF0FCD) is known color: Deep Magenta. HEX triplet: CF, 0F and CD. RGB value is (207,15,205). Sum of RGB (Red+Green+Blue) = 207+15+205=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FCD is #30F032. Grayscale: #5D5D5D. Windows color (decimal): -3207219 or 13438927. OLE color: 13438927.
HSL color Cylindrical-coordinate representation of color #CF0FCD: hue angle of 300.62º 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 #CF0FCD is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.19 |
| HSL | 300.63º | 0.86% | 0.44% | - |
| HSV(B) | 300.63º | 0.93% | 0.81% | - |
| XYZ | 36.92 | 18.01 | 59.29 | - |
| YUV | 94.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 205 | 0 | 0.93 | 0.01 | 0.19 | 300.63 | 0.86 | 0.44 |
| Hex | CF | F | CD | 0 | 5D | 1 | 13 | 12D | 56 | 2C |
| Octal | 317 | 17 | 315 | 0 | 135 | 1 | 23 | 455 | 126 | 54 |
| Binary | 11001111 | 1111 | 11001101 | 0 | 1011101 | 1 | 10011 | 100101101 | 1010110 | 101100 |
Color Harmonies of #CF0FCD
Complementary color
Monochromatic Colors of #CF0FCD
Black with #CF0FCD
Text Example
Text Example
White with #CF0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FCD; }
p { color: rgb(207,15,205); }
H1.HeaderClassName
{
color: #CF0FCD;
}
.AnyTagClassName
{
color: #CF0FCD;
}
</style>
background-color css
<style>
a { background-color: #CF0FCD; }
a { background-color: rgb(207,15,205); }
div.DivClassName
{
background-color: #CF0FCD;
}
.BgClassName
{
background-color: #CF0FCD;
}
</style>
border-color css
<style>
span { border-color: #CF0FCD; }
span { border-color: rgb(207,15,205); }
td.TdClassName
{
border-color: #CF0FCD;
}
.TagClassName
{
border-color: #CF0FCD;
}
</style>