Shades of Deep Magenta #CF2AE0
Tints of Deep Magenta #CF2AE0
RGB
CMYK
RGB Variations
Color information
#CF2AE0 (or 0xCF2AE0) is known color: Deep Magenta. HEX triplet: CF, 2A and E0. RGB value is (207,42,224). Sum of RGB (Red+Green+Blue) = 207+42+224=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF2AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2AE0 is #30D51F. Grayscale: #6F6F6F. Windows color (decimal): -3200288 or 14691023. OLE color: 14691023.
HSL color Cylindrical-coordinate representation of color #CF2AE0: hue angle of 294.4º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2AE0 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 42 | 224 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.12 |
| HSL | 294.4º | 0.75% | 0.52% | - |
| HSV(B) | 294.4º | 0.81% | 0.88% | - |
| XYZ | 40.01 | 20.3 | 72.33 | - |
| YUV | 112.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 224 | 0.08 | 0.81 | 0 | 0.12 | 294.4 | 0.75 | 0.52 |
| Hex | CF | 2A | E0 | 8 | 51 | 0 | C | 126 | 4B | 34 |
| Octal | 317 | 52 | 340 | 10 | 121 | 0 | 14 | 446 | 113 | 64 |
| Binary | 11001111 | 101010 | 11100000 | 1000 | 1010001 | 0 | 1100 | 100100110 | 1001011 | 110100 |
Color Harmonies of #CF2AE0
Complementary color
Monochromatic Colors of #CF2AE0
Black with #CF2AE0
Text Example
Text Example
White with #CF2AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AE0; }
p { color: rgb(207,42,224); }
H1.HeaderClassName
{
color: #CF2AE0;
}
.AnyTagClassName
{
color: #CF2AE0;
}
</style>
background-color css
<style>
a { background-color: #CF2AE0; }
a { background-color: rgb(207,42,224); }
div.DivClassName
{
background-color: #CF2AE0;
}
.BgClassName
{
background-color: #CF2AE0;
}
</style>
border-color css
<style>
span { border-color: #CF2AE0; }
span { border-color: rgb(207,42,224); }
td.TdClassName
{
border-color: #CF2AE0;
}
.TagClassName
{
border-color: #CF2AE0;
}
</style>