Shades of Deep Magenta #CF12DC
Tints of Deep Magenta #CF12DC
RGB
CMYK
RGB Variations
Color information
#CF12DC (or 0xCF12DC) is known color: Deep Magenta. HEX triplet: CF, 12 and DC. RGB value is (207,18,220). Sum of RGB (Red+Green+Blue) = 207+18+220=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12DC is #30ED23. Grayscale: #606060. Windows color (decimal): -3206436 or 14422735. OLE color: 14422735.
HSL color Cylindrical-coordinate representation of color #CF12DC: hue angle of 296.14º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12DC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 18 | 220 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.14 |
| HSL | 296.14º | 0.85% | 0.47% | - |
| HSV(B) | 296.14º | 0.92% | 0.86% | - |
| XYZ | 38.87 | 18.87 | 69.3 | - |
| YUV | 97.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 220 | 0.06 | 0.92 | 0 | 0.14 | 296.14 | 0.85 | 0.47 |
| Hex | CF | 12 | DC | 6 | 5C | 0 | E | 128 | 55 | 2F |
| Octal | 317 | 22 | 334 | 6 | 134 | 0 | 16 | 450 | 125 | 57 |
| Binary | 11001111 | 10010 | 11011100 | 110 | 1011100 | 0 | 1110 | 100101000 | 1010101 | 101111 |
Color Harmonies of #CF12DC
Complementary color
Monochromatic Colors of #CF12DC
Black with #CF12DC
Text Example
Text Example
White with #CF12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12DC; }
p { color: rgb(207,18,220); }
H1.HeaderClassName
{
color: #CF12DC;
}
.AnyTagClassName
{
color: #CF12DC;
}
</style>
background-color css
<style>
a { background-color: #CF12DC; }
a { background-color: rgb(207,18,220); }
div.DivClassName
{
background-color: #CF12DC;
}
.BgClassName
{
background-color: #CF12DC;
}
</style>
border-color css
<style>
span { border-color: #CF12DC; }
span { border-color: rgb(207,18,220); }
td.TdClassName
{
border-color: #CF12DC;
}
.TagClassName
{
border-color: #CF12DC;
}
</style>