Shades of Deep Magenta #CF2ADE
Tints of Deep Magenta #CF2ADE
RGB
CMYK
RGB Variations
Color information
#CF2ADE (or 0xCF2ADE) is known color: Deep Magenta. HEX triplet: CF, 2A and DE. RGB value is (207,42,222). Sum of RGB (Red+Green+Blue) = 207+42+222=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ADE is #30D521. Grayscale: #6F6F6F. Windows color (decimal): -3200290 or 14559951. OLE color: 14559951.
HSL color Cylindrical-coordinate representation of color #CF2ADE: hue angle of 295º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2ADE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 42 | 222 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 295º | 0.73% | 0.52% | - |
| HSV(B) | 295º | 0.81% | 0.87% | - |
| XYZ | 39.74 | 20.2 | 70.91 | - |
| YUV | 111.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 222 | 0.07 | 0.81 | 0 | 0.13 | 295 | 0.73 | 0.52 |
| Hex | CF | 2A | DE | 7 | 51 | 0 | D | 127 | 49 | 34 |
| Octal | 317 | 52 | 336 | 7 | 121 | 0 | 15 | 447 | 111 | 64 |
| Binary | 11001111 | 101010 | 11011110 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001001 | 110100 |
Color Harmonies of #CF2ADE
Complementary color
Monochromatic Colors of #CF2ADE
Black with #CF2ADE
Text Example
Text Example
White with #CF2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ADE; }
p { color: rgb(207,42,222); }
H1.HeaderClassName
{
color: #CF2ADE;
}
.AnyTagClassName
{
color: #CF2ADE;
}
</style>
background-color css
<style>
a { background-color: #CF2ADE; }
a { background-color: rgb(207,42,222); }
div.DivClassName
{
background-color: #CF2ADE;
}
.BgClassName
{
background-color: #CF2ADE;
}
</style>
border-color css
<style>
span { border-color: #CF2ADE; }
span { border-color: rgb(207,42,222); }
td.TdClassName
{
border-color: #CF2ADE;
}
.TagClassName
{
border-color: #CF2ADE;
}
</style>