Shades of Deep Magenta #CF0FDC
Tints of Deep Magenta #CF0FDC
RGB
CMYK
RGB Variations
Color information
#CF0FDC (or 0xCF0FDC) is known color: Deep Magenta. HEX triplet: CF, 0F and DC. RGB value is (207,15,220). Sum of RGB (Red+Green+Blue) = 207+15+220=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FDC is #30F023. Grayscale: #5F5F5F. Windows color (decimal): -3207204 or 14421967. OLE color: 14421967.
HSL color Cylindrical-coordinate representation of color #CF0FDC: hue angle of 296.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FDC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 15 | 220 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.14 |
| HSL | 296.2º | 0.87% | 0.46% | - |
| HSV(B) | 296.2º | 0.93% | 0.86% | - |
| XYZ | 38.82 | 18.77 | 69.29 | - |
| YUV | 95.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 220 | 0.06 | 0.93 | 0 | 0.14 | 296.2 | 0.87 | 0.46 |
| Hex | CF | F | DC | 6 | 5D | 0 | E | 128 | 57 | 2E |
| Octal | 317 | 17 | 334 | 6 | 135 | 0 | 16 | 450 | 127 | 56 |
| Binary | 11001111 | 1111 | 11011100 | 110 | 1011101 | 0 | 1110 | 100101000 | 1010111 | 101110 |
Color Harmonies of #CF0FDC
Complementary color
Monochromatic Colors of #CF0FDC
Black with #CF0FDC
Text Example
Text Example
White with #CF0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FDC; }
p { color: rgb(207,15,220); }
H1.HeaderClassName
{
color: #CF0FDC;
}
.AnyTagClassName
{
color: #CF0FDC;
}
</style>
background-color css
<style>
a { background-color: #CF0FDC; }
a { background-color: rgb(207,15,220); }
div.DivClassName
{
background-color: #CF0FDC;
}
.BgClassName
{
background-color: #CF0FDC;
}
</style>
border-color css
<style>
span { border-color: #CF0FDC; }
span { border-color: rgb(207,15,220); }
td.TdClassName
{
border-color: #CF0FDC;
}
.TagClassName
{
border-color: #CF0FDC;
}
</style>