Shades of Deep Magenta #CF14E4
Tints of Deep Magenta #CF14E4
RGB
CMYK
RGB Variations
Color information
#CF14E4 (or 0xCF14E4) is known color: Deep Magenta. HEX triplet: CF, 14 and E4. RGB value is (207,20,228). Sum of RGB (Red+Green+Blue) = 207+20+228=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF14E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14E4 is #30EB1B. Grayscale: #626262. Windows color (decimal): -3205916 or 14947535. OLE color: 14947535.
HSL color Cylindrical-coordinate representation of color #CF14E4: hue angle of 293.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF14E4 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 20 | 228 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.11 |
| HSL | 293.94º | 0.84% | 0.49% | - |
| HSV(B) | 293.94º | 0.91% | 0.89% | - |
| XYZ | 39.99 | 19.37 | 75.03 | - |
| YUV | 99.63 | 200.45 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 228 | 0.09 | 0.91 | 0 | 0.11 | 293.94 | 0.84 | 0.49 |
| Hex | CF | 14 | E4 | 9 | 5B | 0 | B | 126 | 54 | 31 |
| Octal | 317 | 24 | 344 | 11 | 133 | 0 | 13 | 446 | 124 | 61 |
| Binary | 11001111 | 10100 | 11100100 | 1001 | 1011011 | 0 | 1011 | 100100110 | 1010100 | 110001 |
Color Harmonies of #CF14E4
Complementary color
Monochromatic Colors of #CF14E4
Black with #CF14E4
Text Example
Text Example
White with #CF14E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14E4; }
p { color: rgb(207,20,228); }
H1.HeaderClassName
{
color: #CF14E4;
}
.AnyTagClassName
{
color: #CF14E4;
}
</style>
background-color css
<style>
a { background-color: #CF14E4; }
a { background-color: rgb(207,20,228); }
div.DivClassName
{
background-color: #CF14E4;
}
.BgClassName
{
background-color: #CF14E4;
}
</style>
border-color css
<style>
span { border-color: #CF14E4; }
span { border-color: rgb(207,20,228); }
td.TdClassName
{
border-color: #CF14E4;
}
.TagClassName
{
border-color: #CF14E4;
}
</style>