Shades of Deep Magenta #CF12CA
Tints of Deep Magenta #CF12CA
RGB
CMYK
RGB Variations
Color information
#CF12CA (or 0xCF12CA) is known color: Deep Magenta. HEX triplet: CF, 12 and CA. RGB value is (207,18,202). Sum of RGB (Red+Green+Blue) = 207+18+202=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12CA is #30ED35. Grayscale: #5E5E5E. Windows color (decimal): -3206454 or 13243087. OLE color: 13243087.
HSL color Cylindrical-coordinate representation of color #CF12CA: hue angle of 301.59º 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 #CF12CA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 202 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.19 |
| HSL | 301.59º | 0.84% | 0.44% | - |
| HSV(B) | 301.59º | 0.91% | 0.81% | - |
| XYZ | 36.61 | 17.96 | 57.41 | - |
| YUV | 95.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 202 | 0 | 0.91 | 0.02 | 0.19 | 301.59 | 0.84 | 0.44 |
| Hex | CF | 12 | CA | 0 | 5B | 2 | 13 | 12E | 54 | 2C |
| Octal | 317 | 22 | 312 | 0 | 133 | 2 | 23 | 456 | 124 | 54 |
| Binary | 11001111 | 10010 | 11001010 | 0 | 1011011 | 10 | 10011 | 100101110 | 1010100 | 101100 |
Color Harmonies of #CF12CA
Complementary color
Monochromatic Colors of #CF12CA
Black with #CF12CA
Text Example
Text Example
White with #CF12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12CA; }
p { color: rgb(207,18,202); }
H1.HeaderClassName
{
color: #CF12CA;
}
.AnyTagClassName
{
color: #CF12CA;
}
</style>
background-color css
<style>
a { background-color: #CF12CA; }
a { background-color: rgb(207,18,202); }
div.DivClassName
{
background-color: #CF12CA;
}
.BgClassName
{
background-color: #CF12CA;
}
</style>
border-color css
<style>
span { border-color: #CF12CA; }
span { border-color: rgb(207,18,202); }
td.TdClassName
{
border-color: #CF12CA;
}
.TagClassName
{
border-color: #CF12CA;
}
</style>