Shades of Deep Magenta #CF12D8
Tints of Deep Magenta #CF12D8
RGB
CMYK
RGB Variations
Color information
#CF12D8 (or 0xCF12D8) is known color: Deep Magenta. HEX triplet: CF, 12 and D8. RGB value is (207,18,216). Sum of RGB (Red+Green+Blue) = 207+18+216=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF12D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12D8 is #30ED27. Grayscale: #606060. Windows color (decimal): -3206440 or 14160591. OLE color: 14160591.
HSL color Cylindrical-coordinate representation of color #CF12D8: hue angle of 297.27º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12D8 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 18 | 216 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.15 |
| HSL | 297.27º | 0.85% | 0.46% | - |
| HSV(B) | 297.27º | 0.92% | 0.85% | - |
| XYZ | 38.34 | 18.66 | 66.55 | - |
| YUV | 97.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 216 | 0.04 | 0.92 | 0 | 0.15 | 297.27 | 0.85 | 0.46 |
| Hex | CF | 12 | D8 | 4 | 5C | 0 | F | 129 | 55 | 2E |
| Octal | 317 | 22 | 330 | 4 | 134 | 0 | 17 | 451 | 125 | 56 |
| Binary | 11001111 | 10010 | 11011000 | 100 | 1011100 | 0 | 1111 | 100101001 | 1010101 | 101110 |
Color Harmonies of #CF12D8
Complementary color
Monochromatic Colors of #CF12D8
Black with #CF12D8
Text Example
Text Example
White with #CF12D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12D8; }
p { color: rgb(207,18,216); }
H1.HeaderClassName
{
color: #CF12D8;
}
.AnyTagClassName
{
color: #CF12D8;
}
</style>
background-color css
<style>
a { background-color: #CF12D8; }
a { background-color: rgb(207,18,216); }
div.DivClassName
{
background-color: #CF12D8;
}
.BgClassName
{
background-color: #CF12D8;
}
</style>
border-color css
<style>
span { border-color: #CF12D8; }
span { border-color: rgb(207,18,216); }
td.TdClassName
{
border-color: #CF12D8;
}
.TagClassName
{
border-color: #CF12D8;
}
</style>