Shades of Deep Magenta #CF14CC
Tints of Deep Magenta #CF14CC
RGB
CMYK
RGB Variations
Color information
#CF14CC (or 0xCF14CC) is known color: Deep Magenta. HEX triplet: CF, 14 and CC. RGB value is (207,20,204). Sum of RGB (Red+Green+Blue) = 207+20+204=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14CC is #30EB33. Grayscale: #606060. Windows color (decimal): -3205940 or 13374671. OLE color: 13374671.
HSL color Cylindrical-coordinate representation of color #CF14CC: hue angle of 300.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF14CC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 204 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.19 |
| HSL | 300.96º | 0.82% | 0.45% | - |
| HSV(B) | 300.96º | 0.9% | 0.81% | - |
| XYZ | 36.88 | 18.13 | 58.68 | - |
| YUV | 96.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 204 | 0 | 0.90 | 0.01 | 0.19 | 300.96 | 0.82 | 0.45 |
| Hex | CF | 14 | CC | 0 | 5A | 1 | 13 | 12D | 52 | 2D |
| Octal | 317 | 24 | 314 | 0 | 132 | 1 | 23 | 455 | 122 | 55 |
| Binary | 11001111 | 10100 | 11001100 | 0 | 1011010 | 1 | 10011 | 100101101 | 1010010 | 101101 |
Color Harmonies of #CF14CC
Complementary color
Monochromatic Colors of #CF14CC
Black with #CF14CC
Text Example
Text Example
White with #CF14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14CC; }
p { color: rgb(207,20,204); }
H1.HeaderClassName
{
color: #CF14CC;
}
.AnyTagClassName
{
color: #CF14CC;
}
</style>
background-color css
<style>
a { background-color: #CF14CC; }
a { background-color: rgb(207,20,204); }
div.DivClassName
{
background-color: #CF14CC;
}
.BgClassName
{
background-color: #CF14CC;
}
</style>
border-color css
<style>
span { border-color: #CF14CC; }
span { border-color: rgb(207,20,204); }
td.TdClassName
{
border-color: #CF14CC;
}
.TagClassName
{
border-color: #CF14CC;
}
</style>