Shades of Deep Magenta #CF0FE1
Tints of Deep Magenta #CF0FE1
RGB
CMYK
RGB Variations
Color information
#CF0FE1 (or 0xCF0FE1) is known color: Deep Magenta. HEX triplet: CF, 0F and E1. RGB value is (207,15,225). Sum of RGB (Red+Green+Blue) = 207+15+225=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF0FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FE1 is #30F01E. Grayscale: #5F5F5F. Windows color (decimal): -3207199 or 14749647. OLE color: 14749647.
HSL color Cylindrical-coordinate representation of color #CF0FE1: hue angle of 294.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FE1 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 15 | 225 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.12 |
| HSL | 294.86º | 0.88% | 0.47% | - |
| HSV(B) | 294.86º | 0.93% | 0.88% | - |
| XYZ | 39.49 | 19.04 | 72.83 | - |
| YUV | 96.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 225 | 0.08 | 0.93 | 0 | 0.12 | 294.86 | 0.88 | 0.47 |
| Hex | CF | F | E1 | 8 | 5D | 0 | C | 127 | 58 | 2F |
| Octal | 317 | 17 | 341 | 10 | 135 | 0 | 14 | 447 | 130 | 57 |
| Binary | 11001111 | 1111 | 11100001 | 1000 | 1011101 | 0 | 1100 | 100100111 | 1011000 | 101111 |
Color Harmonies of #CF0FE1
Complementary color
Monochromatic Colors of #CF0FE1
Black with #CF0FE1
Text Example
Text Example
White with #CF0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FE1; }
p { color: rgb(207,15,225); }
H1.HeaderClassName
{
color: #CF0FE1;
}
.AnyTagClassName
{
color: #CF0FE1;
}
</style>
background-color css
<style>
a { background-color: #CF0FE1; }
a { background-color: rgb(207,15,225); }
div.DivClassName
{
background-color: #CF0FE1;
}
.BgClassName
{
background-color: #CF0FE1;
}
</style>
border-color css
<style>
span { border-color: #CF0FE1; }
span { border-color: rgb(207,15,225); }
td.TdClassName
{
border-color: #CF0FE1;
}
.TagClassName
{
border-color: #CF0FE1;
}
</style>