Shades of Deep Magenta #CF2ADF
Tints of Deep Magenta #CF2ADF
RGB
CMYK
RGB Variations
Color information
#CF2ADF (or 0xCF2ADF) is known color: Deep Magenta. HEX triplet: CF, 2A and DF. RGB value is (207,42,223). Sum of RGB (Red+Green+Blue) = 207+42+223=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ADF is #30D520. Grayscale: #6F6F6F. Windows color (decimal): -3200289 or 14625487. OLE color: 14625487.
HSL color Cylindrical-coordinate representation of color #CF2ADF: hue angle of 294.7º degrees, saturation: 0.74, 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 #CF2ADF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 42 | 223 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 294.7º | 0.74% | 0.52% | - |
| HSV(B) | 294.7º | 0.81% | 0.87% | - |
| XYZ | 39.88 | 20.25 | 71.62 | - |
| YUV | 111.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 223 | 0.07 | 0.81 | 0 | 0.13 | 294.7 | 0.74 | 0.52 |
| Hex | CF | 2A | DF | 7 | 51 | 0 | D | 127 | 4A | 34 |
| Octal | 317 | 52 | 337 | 7 | 121 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11001111 | 101010 | 11011111 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #CF2ADF
Complementary color
Monochromatic Colors of #CF2ADF
Black with #CF2ADF
Text Example
Text Example
White with #CF2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ADF; }
p { color: rgb(207,42,223); }
H1.HeaderClassName
{
color: #CF2ADF;
}
.AnyTagClassName
{
color: #CF2ADF;
}
</style>
background-color css
<style>
a { background-color: #CF2ADF; }
a { background-color: rgb(207,42,223); }
div.DivClassName
{
background-color: #CF2ADF;
}
.BgClassName
{
background-color: #CF2ADF;
}
</style>
border-color css
<style>
span { border-color: #CF2ADF; }
span { border-color: rgb(207,42,223); }
td.TdClassName
{
border-color: #CF2ADF;
}
.TagClassName
{
border-color: #CF2ADF;
}
</style>