Shades of Deep Magenta #CF12C2
Tints of Deep Magenta #CF12C2
RGB
CMYK
RGB Variations
Color information
#CF12C2 (or 0xCF12C2) is known color: Deep Magenta. HEX triplet: CF, 12 and C2. RGB value is (207,18,194). Sum of RGB (Red+Green+Blue) = 207+18+194=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12C2 is #30ED3D. Grayscale: #5E5E5E. Windows color (decimal): -3206462 or 12718799. OLE color: 12718799.
HSL color Cylindrical-coordinate representation of color #CF12C2: hue angle of 304.13º 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 #CF12C2 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 194 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.19 |
| HSL | 304.13º | 0.84% | 0.44% | - |
| HSV(B) | 304.13º | 0.91% | 0.81% | - |
| XYZ | 35.69 | 17.59 | 52.55 | - |
| YUV | 94.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 194 | 0 | 0.91 | 0.06 | 0.19 | 304.13 | 0.84 | 0.44 |
| Hex | CF | 12 | C2 | 0 | 5B | 6 | 13 | 130 | 54 | 2C |
| Octal | 317 | 22 | 302 | 0 | 133 | 6 | 23 | 460 | 124 | 54 |
| Binary | 11001111 | 10010 | 11000010 | 0 | 1011011 | 110 | 10011 | 100110000 | 1010100 | 101100 |
Color Harmonies of #CF12C2
Complementary color
Monochromatic Colors of #CF12C2
Black with #CF12C2
Text Example
Text Example
White with #CF12C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12C2; }
p { color: rgb(207,18,194); }
H1.HeaderClassName
{
color: #CF12C2;
}
.AnyTagClassName
{
color: #CF12C2;
}
</style>
background-color css
<style>
a { background-color: #CF12C2; }
a { background-color: rgb(207,18,194); }
div.DivClassName
{
background-color: #CF12C2;
}
.BgClassName
{
background-color: #CF12C2;
}
</style>
border-color css
<style>
span { border-color: #CF12C2; }
span { border-color: rgb(207,18,194); }
td.TdClassName
{
border-color: #CF12C2;
}
.TagClassName
{
border-color: #CF12C2;
}
</style>