Shades of Deep Magenta #CF12C9
Tints of Deep Magenta #CF12C9
RGB
CMYK
RGB Variations
Color information
#CF12C9 (or 0xCF12C9) is known color: Deep Magenta. HEX triplet: CF, 12 and C9. RGB value is (207,18,201). Sum of RGB (Red+Green+Blue) = 207+18+201=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12C9 is #30ED36. Grayscale: #5E5E5E. Windows color (decimal): -3206455 or 13177551. OLE color: 13177551.
HSL color Cylindrical-coordinate representation of color #CF12C9: hue angle of 301.9º 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 #CF12C9 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 201 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.19 |
| HSL | 301.9º | 0.84% | 0.44% | - |
| HSV(B) | 301.9º | 0.91% | 0.81% | - |
| XYZ | 36.49 | 17.92 | 56.79 | - |
| YUV | 95.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 201 | 0 | 0.91 | 0.03 | 0.19 | 301.9 | 0.84 | 0.44 |
| Hex | CF | 12 | C9 | 0 | 5B | 3 | 13 | 12E | 54 | 2C |
| Octal | 317 | 22 | 311 | 0 | 133 | 3 | 23 | 456 | 124 | 54 |
| Binary | 11001111 | 10010 | 11001001 | 0 | 1011011 | 11 | 10011 | 100101110 | 1010100 | 101100 |
Color Harmonies of #CF12C9
Complementary color
Monochromatic Colors of #CF12C9
Black with #CF12C9
Text Example
Text Example
White with #CF12C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12C9; }
p { color: rgb(207,18,201); }
H1.HeaderClassName
{
color: #CF12C9;
}
.AnyTagClassName
{
color: #CF12C9;
}
</style>
background-color css
<style>
a { background-color: #CF12C9; }
a { background-color: rgb(207,18,201); }
div.DivClassName
{
background-color: #CF12C9;
}
.BgClassName
{
background-color: #CF12C9;
}
</style>
border-color css
<style>
span { border-color: #CF12C9; }
span { border-color: rgb(207,18,201); }
td.TdClassName
{
border-color: #CF12C9;
}
.TagClassName
{
border-color: #CF12C9;
}
</style>