Shades of Deep Magenta #CF00E0
Tints of Deep Magenta #CF00E0
RGB
CMYK
RGB Variations
Color information
#CF00E0 (or 0xCF00E0) is known color: Deep Magenta. HEX triplet: CF, 00 and E0. RGB value is (207,0,224). Sum of RGB (Red+Green+Blue) = 207+0+224=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF00E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00E0 is #30FF1F. Grayscale: #565656. Windows color (decimal): -3211040 or 14680271. OLE color: 14680271.
HSL color Cylindrical-coordinate representation of color #CF00E0: hue angle of 295.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00E0 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 0 | 224 | - |
| CMYK | 0.08 | 1 | 0 | 0.12 |
| HSL | 295.45º | 1% | 0.44% | - |
| HSV(B) | 295.45º | 1% | 0.88% | - |
| XYZ | 39.19 | 18.65 | 72.05 | - |
| YUV | 87.43 | 205.08 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 224 | 0.08 | 1 | 0 | 0.12 | 295.45 | 1 | 0.44 |
| Hex | CF | 0 | E0 | 8 | 64 | 0 | C | 127 | 64 | 2C |
| Octal | 317 | 0 | 340 | 10 | 144 | 0 | 14 | 447 | 144 | 54 |
| Binary | 11001111 | 0 | 11100000 | 1000 | 1100100 | 0 | 1100 | 100100111 | 1100100 | 101100 |
Color Harmonies of #CF00E0
Complementary color
Monochromatic Colors of #CF00E0
Black with #CF00E0
Text Example
Text Example
White with #CF00E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00E0; }
p { color: rgb(207,0,224); }
H1.HeaderClassName
{
color: #CF00E0;
}
.AnyTagClassName
{
color: #CF00E0;
}
</style>
background-color css
<style>
a { background-color: #CF00E0; }
a { background-color: rgb(207,0,224); }
div.DivClassName
{
background-color: #CF00E0;
}
.BgClassName
{
background-color: #CF00E0;
}
</style>
border-color css
<style>
span { border-color: #CF00E0; }
span { border-color: rgb(207,0,224); }
td.TdClassName
{
border-color: #CF00E0;
}
.TagClassName
{
border-color: #CF00E0;
}
</style>