Shades of Deep Magenta #CF0CE1
Tints of Deep Magenta #CF0CE1
RGB
CMYK
RGB Variations
Color information
#CF0CE1 (or 0xCF0CE1) is known color: Deep Magenta. HEX triplet: CF, 0C and E1. RGB value is (207,12,225). Sum of RGB (Red+Green+Blue) = 207+12+225=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CE1 is #30F31E. Grayscale: #5D5D5D. Windows color (decimal): -3207967 or 14748879. OLE color: 14748879.
HSL color Cylindrical-coordinate representation of color #CF0CE1: hue angle of 294.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CE1 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 12 | 225 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.12 |
| HSL | 294.93º | 0.9% | 0.46% | - |
| HSV(B) | 294.93º | 0.95% | 0.88% | - |
| XYZ | 39.45 | 18.96 | 72.82 | - |
| YUV | 94.59 | 201.6 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 225 | 0.08 | 0.95 | 0 | 0.12 | 294.93 | 0.9 | 0.46 |
| Hex | CF | C | E1 | 8 | 5F | 0 | C | 127 | 5A | 2E |
| Octal | 317 | 14 | 341 | 10 | 137 | 0 | 14 | 447 | 132 | 56 |
| Binary | 11001111 | 1100 | 11100001 | 1000 | 1011111 | 0 | 1100 | 100100111 | 1011010 | 101110 |
Color Harmonies of #CF0CE1
Complementary color
Monochromatic Colors of #CF0CE1
Black with #CF0CE1
Text Example
Text Example
White with #CF0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CE1; }
p { color: rgb(207,12,225); }
H1.HeaderClassName
{
color: #CF0CE1;
}
.AnyTagClassName
{
color: #CF0CE1;
}
</style>
background-color css
<style>
a { background-color: #CF0CE1; }
a { background-color: rgb(207,12,225); }
div.DivClassName
{
background-color: #CF0CE1;
}
.BgClassName
{
background-color: #CF0CE1;
}
</style>
border-color css
<style>
span { border-color: #CF0CE1; }
span { border-color: rgb(207,12,225); }
td.TdClassName
{
border-color: #CF0CE1;
}
.TagClassName
{
border-color: #CF0CE1;
}
</style>