Shades of Deep Magenta #CF2AD8
Tints of Deep Magenta #CF2AD8
RGB
CMYK
RGB Variations
Color information
#CF2AD8 (or 0xCF2AD8) is known color: Deep Magenta. HEX triplet: CF, 2A and D8. RGB value is (207,42,216). Sum of RGB (Red+Green+Blue) = 207+42+216=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2AD8 is #30D527. Grayscale: #6E6E6E. Windows color (decimal): -3200296 or 14166735. OLE color: 14166735.
HSL color Cylindrical-coordinate representation of color #CF2AD8: hue angle of 296.9º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2AD8 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 42 | 216 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.15 |
| HSL | 296.9º | 0.69% | 0.51% | - |
| HSV(B) | 296.9º | 0.81% | 0.85% | - |
| XYZ | 38.95 | 19.88 | 66.75 | - |
| YUV | 111.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 216 | 0.04 | 0.81 | 0 | 0.15 | 296.9 | 0.69 | 0.51 |
| Hex | CF | 2A | D8 | 4 | 51 | 0 | F | 129 | 45 | 33 |
| Octal | 317 | 52 | 330 | 4 | 121 | 0 | 17 | 451 | 105 | 63 |
| Binary | 11001111 | 101010 | 11011000 | 100 | 1010001 | 0 | 1111 | 100101001 | 1000101 | 110011 |
Color Harmonies of #CF2AD8
Complementary color
Monochromatic Colors of #CF2AD8
Black with #CF2AD8
Text Example
Text Example
White with #CF2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AD8; }
p { color: rgb(207,42,216); }
H1.HeaderClassName
{
color: #CF2AD8;
}
.AnyTagClassName
{
color: #CF2AD8;
}
</style>
background-color css
<style>
a { background-color: #CF2AD8; }
a { background-color: rgb(207,42,216); }
div.DivClassName
{
background-color: #CF2AD8;
}
.BgClassName
{
background-color: #CF2AD8;
}
</style>
border-color css
<style>
span { border-color: #CF2AD8; }
span { border-color: rgb(207,42,216); }
td.TdClassName
{
border-color: #CF2AD8;
}
.TagClassName
{
border-color: #CF2AD8;
}
</style>