Shades of Deep Magenta #CF12C8
Tints of Deep Magenta #CF12C8
RGB
CMYK
RGB Variations
Color information
#CF12C8 (or 0xCF12C8) is known color: Deep Magenta. HEX triplet: CF, 12 and C8. RGB value is (207,18,200). Sum of RGB (Red+Green+Blue) = 207+18+200=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12C8 is #30ED37. Grayscale: #5E5E5E. Windows color (decimal): -3206456 or 13112015. OLE color: 13112015.
HSL color Cylindrical-coordinate representation of color #CF12C8: hue angle of 302.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF12C8 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 200 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.19 |
| HSL | 302.22º | 0.84% | 0.44% | - |
| HSV(B) | 302.22º | 0.91% | 0.81% | - |
| XYZ | 36.37 | 17.87 | 56.18 | - |
| YUV | 95.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 200 | 0 | 0.91 | 0.03 | 0.19 | 302.22 | 0.84 | 0.44 |
| Hex | CF | 12 | C8 | 0 | 5B | 3 | 13 | 12E | 54 | 2C |
| Octal | 317 | 22 | 310 | 0 | 133 | 3 | 23 | 456 | 124 | 54 |
| Binary | 11001111 | 10010 | 11001000 | 0 | 1011011 | 11 | 10011 | 100101110 | 1010100 | 101100 |
Color Harmonies of #CF12C8
Complementary color
Monochromatic Colors of #CF12C8
Black with #CF12C8
Text Example
Text Example
White with #CF12C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12C8; }
p { color: rgb(207,18,200); }
H1.HeaderClassName
{
color: #CF12C8;
}
.AnyTagClassName
{
color: #CF12C8;
}
</style>
background-color css
<style>
a { background-color: #CF12C8; }
a { background-color: rgb(207,18,200); }
div.DivClassName
{
background-color: #CF12C8;
}
.BgClassName
{
background-color: #CF12C8;
}
</style>
border-color css
<style>
span { border-color: #CF12C8; }
span { border-color: rgb(207,18,200); }
td.TdClassName
{
border-color: #CF12C8;
}
.TagClassName
{
border-color: #CF12C8;
}
</style>