Shades of Deep Magenta #CF2ADB
Tints of Deep Magenta #CF2ADB
RGB
CMYK
RGB Variations
Color information
#CF2ADB (or 0xCF2ADB) is known color: Deep Magenta. HEX triplet: CF, 2A and DB. RGB value is (207,42,219). Sum of RGB (Red+Green+Blue) = 207+42+219=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ADB is #30D524. Grayscale: #6E6E6E. Windows color (decimal): -3200293 or 14363343. OLE color: 14363343.
HSL color Cylindrical-coordinate representation of color #CF2ADB: hue angle of 295.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2ADB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 42 | 219 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.14 |
| HSL | 295.93º | 0.71% | 0.51% | - |
| HSV(B) | 295.93º | 0.81% | 0.86% | - |
| XYZ | 39.35 | 20.04 | 68.81 | - |
| YUV | 111.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 219 | 0.05 | 0.81 | 0 | 0.14 | 295.93 | 0.71 | 0.51 |
| Hex | CF | 2A | DB | 5 | 51 | 0 | E | 128 | 47 | 33 |
| Octal | 317 | 52 | 333 | 5 | 121 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11001111 | 101010 | 11011011 | 101 | 1010001 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #CF2ADB
Complementary color
Monochromatic Colors of #CF2ADB
Black with #CF2ADB
Text Example
Text Example
White with #CF2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ADB; }
p { color: rgb(207,42,219); }
H1.HeaderClassName
{
color: #CF2ADB;
}
.AnyTagClassName
{
color: #CF2ADB;
}
</style>
background-color css
<style>
a { background-color: #CF2ADB; }
a { background-color: rgb(207,42,219); }
div.DivClassName
{
background-color: #CF2ADB;
}
.BgClassName
{
background-color: #CF2ADB;
}
</style>
border-color css
<style>
span { border-color: #CF2ADB; }
span { border-color: rgb(207,42,219); }
td.TdClassName
{
border-color: #CF2ADB;
}
.TagClassName
{
border-color: #CF2ADB;
}
</style>