Shades of Deep Magenta #CF12DD
Tints of Deep Magenta #CF12DD
RGB
CMYK
RGB Variations
Color information
#CF12DD (or 0xCF12DD) is known color: Deep Magenta. HEX triplet: CF, 12 and DD. RGB value is (207,18,221). Sum of RGB (Red+Green+Blue) = 207+18+221=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12DD is #30ED22. Grayscale: #616161. Windows color (decimal): -3206435 or 14488271. OLE color: 14488271.
HSL color Cylindrical-coordinate representation of color #CF12DD: hue angle of 295.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF12DD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 18 | 221 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.13 |
| HSL | 295.86º | 0.85% | 0.47% | - |
| HSV(B) | 295.86º | 0.92% | 0.87% | - |
| XYZ | 39 | 18.92 | 70 | - |
| YUV | 97.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 221 | 0.06 | 0.92 | 0 | 0.13 | 295.86 | 0.85 | 0.47 |
| Hex | CF | 12 | DD | 6 | 5C | 0 | D | 128 | 55 | 2F |
| Octal | 317 | 22 | 335 | 6 | 134 | 0 | 15 | 450 | 125 | 57 |
| Binary | 11001111 | 10010 | 11011101 | 110 | 1011100 | 0 | 1101 | 100101000 | 1010101 | 101111 |
Color Harmonies of #CF12DD
Complementary color
Monochromatic Colors of #CF12DD
Black with #CF12DD
Text Example
Text Example
White with #CF12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12DD; }
p { color: rgb(207,18,221); }
H1.HeaderClassName
{
color: #CF12DD;
}
.AnyTagClassName
{
color: #CF12DD;
}
</style>
background-color css
<style>
a { background-color: #CF12DD; }
a { background-color: rgb(207,18,221); }
div.DivClassName
{
background-color: #CF12DD;
}
.BgClassName
{
background-color: #CF12DD;
}
</style>
border-color css
<style>
span { border-color: #CF12DD; }
span { border-color: rgb(207,18,221); }
td.TdClassName
{
border-color: #CF12DD;
}
.TagClassName
{
border-color: #CF12DD;
}
</style>