Shades of Deep Magenta #CF01E4
Tints of Deep Magenta #CF01E4
RGB
CMYK
RGB Variations
Color information
#CF01E4 (or 0xCF01E4) is known color: Deep Magenta. HEX triplet: CF, 01 and E4. RGB value is (207,1,228). Sum of RGB (Red+Green+Blue) = 207+1+228=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF01E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01E4 is #30FE1B. Grayscale: #575757. Windows color (decimal): -3210780 or 14942671. OLE color: 14942671.
HSL color Cylindrical-coordinate representation of color #CF01E4: hue angle of 294.45º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01E4 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 1 | 228 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.11 |
| HSL | 294.45º | 0.99% | 0.45% | - |
| HSV(B) | 294.45º | 1% | 0.89% | - |
| XYZ | 39.75 | 18.89 | 74.95 | - |
| YUV | 88.47 | 206.75 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 228 | 0.09 | 1.00 | 0 | 0.11 | 294.45 | 0.99 | 0.45 |
| Hex | CF | 1 | E4 | 9 | 64 | 0 | B | 126 | 63 | 2D |
| Octal | 317 | 1 | 344 | 11 | 144 | 0 | 13 | 446 | 143 | 55 |
| Binary | 11001111 | 1 | 11100100 | 1001 | 1100100 | 0 | 1011 | 100100110 | 1100011 | 101101 |
Color Harmonies of #CF01E4
Complementary color
Monochromatic Colors of #CF01E4
Black with #CF01E4
Text Example
Text Example
White with #CF01E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01E4; }
p { color: rgb(207,1,228); }
H1.HeaderClassName
{
color: #CF01E4;
}
.AnyTagClassName
{
color: #CF01E4;
}
</style>
background-color css
<style>
a { background-color: #CF01E4; }
a { background-color: rgb(207,1,228); }
div.DivClassName
{
background-color: #CF01E4;
}
.BgClassName
{
background-color: #CF01E4;
}
</style>
border-color css
<style>
span { border-color: #CF01E4; }
span { border-color: rgb(207,1,228); }
td.TdClassName
{
border-color: #CF01E4;
}
.TagClassName
{
border-color: #CF01E4;
}
</style>