Shades of Deep Magenta #CF2ADD
Tints of Deep Magenta #CF2ADD
RGB
CMYK
RGB Variations
Color information
#CF2ADD (or 0xCF2ADD) is known color: Deep Magenta. HEX triplet: CF, 2A and DD. RGB value is (207,42,221). Sum of RGB (Red+Green+Blue) = 207+42+221=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ADD is #30D522. Grayscale: #6F6F6F. Windows color (decimal): -3200291 or 14494415. OLE color: 14494415.
HSL color Cylindrical-coordinate representation of color #CF2ADD: hue angle of 295.31º degrees, saturation: 0.72, 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 #CF2ADD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 42 | 221 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.13 |
| HSL | 295.31º | 0.72% | 0.52% | - |
| HSV(B) | 295.31º | 0.81% | 0.87% | - |
| XYZ | 39.61 | 20.14 | 70.21 | - |
| YUV | 111.74 | 189.66 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 221 | 0.06 | 0.81 | 0 | 0.13 | 295.31 | 0.72 | 0.52 |
| Hex | CF | 2A | DD | 6 | 51 | 0 | D | 127 | 48 | 34 |
| Octal | 317 | 52 | 335 | 6 | 121 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001111 | 101010 | 11011101 | 110 | 1010001 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CF2ADD
Complementary color
Monochromatic Colors of #CF2ADD
Black with #CF2ADD
Text Example
Text Example
White with #CF2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ADD; }
p { color: rgb(207,42,221); }
H1.HeaderClassName
{
color: #CF2ADD;
}
.AnyTagClassName
{
color: #CF2ADD;
}
</style>
background-color css
<style>
a { background-color: #CF2ADD; }
a { background-color: rgb(207,42,221); }
div.DivClassName
{
background-color: #CF2ADD;
}
.BgClassName
{
background-color: #CF2ADD;
}
</style>
border-color css
<style>
span { border-color: #CF2ADD; }
span { border-color: rgb(207,42,221); }
td.TdClassName
{
border-color: #CF2ADD;
}
.TagClassName
{
border-color: #CF2ADD;
}
</style>