Shades of Deep Magenta #CF14DC
Tints of Deep Magenta #CF14DC
RGB
CMYK
RGB Variations
Color information
#CF14DC (or 0xCF14DC) is known color: Deep Magenta. HEX triplet: CF, 14 and DC. RGB value is (207,20,220). Sum of RGB (Red+Green+Blue) = 207+20+220=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF14DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14DC is #30EB23. Grayscale: #626262. Windows color (decimal): -3205924 or 14423247. OLE color: 14423247.
HSL color Cylindrical-coordinate representation of color #CF14DC: hue angle of 296.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF14DC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 20 | 220 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.14 |
| HSL | 296.1º | 0.83% | 0.47% | - |
| HSV(B) | 296.1º | 0.91% | 0.86% | - |
| XYZ | 38.9 | 18.93 | 69.31 | - |
| YUV | 98.71 | 196.45 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 220 | 0.06 | 0.91 | 0 | 0.14 | 296.1 | 0.83 | 0.47 |
| Hex | CF | 14 | DC | 6 | 5B | 0 | E | 128 | 53 | 2F |
| Octal | 317 | 24 | 334 | 6 | 133 | 0 | 16 | 450 | 123 | 57 |
| Binary | 11001111 | 10100 | 11011100 | 110 | 1011011 | 0 | 1110 | 100101000 | 1010011 | 101111 |
Color Harmonies of #CF14DC
Complementary color
Monochromatic Colors of #CF14DC
Black with #CF14DC
Text Example
Text Example
White with #CF14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14DC; }
p { color: rgb(207,20,220); }
H1.HeaderClassName
{
color: #CF14DC;
}
.AnyTagClassName
{
color: #CF14DC;
}
</style>
background-color css
<style>
a { background-color: #CF14DC; }
a { background-color: rgb(207,20,220); }
div.DivClassName
{
background-color: #CF14DC;
}
.BgClassName
{
background-color: #CF14DC;
}
</style>
border-color css
<style>
span { border-color: #CF14DC; }
span { border-color: rgb(207,20,220); }
td.TdClassName
{
border-color: #CF14DC;
}
.TagClassName
{
border-color: #CF14DC;
}
</style>