Shades of Deep Magenta #CF12E1
Tints of Deep Magenta #CF12E1
RGB
CMYK
RGB Variations
Color information
#CF12E1 (or 0xCF12E1) is known color: Deep Magenta. HEX triplet: CF, 12 and E1. RGB value is (207,18,225). Sum of RGB (Red+Green+Blue) = 207+18+225=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF12E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12E1 is #30ED1E. Grayscale: #616161. Windows color (decimal): -3206431 or 14750415. OLE color: 14750415.
HSL color Cylindrical-coordinate representation of color #CF12E1: hue angle of 294.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12E1 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 18 | 225 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.12 |
| HSL | 294.78º | 0.85% | 0.48% | - |
| HSV(B) | 294.78º | 0.92% | 0.88% | - |
| XYZ | 39.54 | 19.13 | 72.84 | - |
| YUV | 98.11 | 199.62 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 225 | 0.08 | 0.92 | 0 | 0.12 | 294.78 | 0.85 | 0.48 |
| Hex | CF | 12 | E1 | 8 | 5C | 0 | C | 127 | 55 | 30 |
| Octal | 317 | 22 | 341 | 10 | 134 | 0 | 14 | 447 | 125 | 60 |
| Binary | 11001111 | 10010 | 11100001 | 1000 | 1011100 | 0 | 1100 | 100100111 | 1010101 | 110000 |
Color Harmonies of #CF12E1
Complementary color
Monochromatic Colors of #CF12E1
Black with #CF12E1
Text Example
Text Example
White with #CF12E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12E1; }
p { color: rgb(207,18,225); }
H1.HeaderClassName
{
color: #CF12E1;
}
.AnyTagClassName
{
color: #CF12E1;
}
</style>
background-color css
<style>
a { background-color: #CF12E1; }
a { background-color: rgb(207,18,225); }
div.DivClassName
{
background-color: #CF12E1;
}
.BgClassName
{
background-color: #CF12E1;
}
</style>
border-color css
<style>
span { border-color: #CF12E1; }
span { border-color: rgb(207,18,225); }
td.TdClassName
{
border-color: #CF12E1;
}
.TagClassName
{
border-color: #CF12E1;
}
</style>