Shades of Deep Magenta #CF0ADB
Tints of Deep Magenta #CF0ADB
RGB
CMYK
RGB Variations
Color information
#CF0ADB (or 0xCF0ADB) is known color: Deep Magenta. HEX triplet: CF, 0A and DB. RGB value is (207,10,219). Sum of RGB (Red+Green+Blue) = 207+10+219=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ADB is #30F524. Grayscale: #5C5C5C. Windows color (decimal): -3208485 or 14355151. OLE color: 14355151.
HSL color Cylindrical-coordinate representation of color #CF0ADB: hue angle of 296.56º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0ADB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 10 | 219 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 296.56º | 0.91% | 0.45% | - |
| HSV(B) | 296.56º | 0.95% | 0.86% | - |
| XYZ | 38.63 | 18.6 | 68.57 | - |
| YUV | 92.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 219 | 0.05 | 0.95 | 0 | 0.14 | 296.56 | 0.91 | 0.45 |
| Hex | CF | A | DB | 5 | 5F | 0 | E | 129 | 5B | 2D |
| Octal | 317 | 12 | 333 | 5 | 137 | 0 | 16 | 451 | 133 | 55 |
| Binary | 11001111 | 1010 | 11011011 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011011 | 101101 |
Color Harmonies of #CF0ADB
Complementary color
Monochromatic Colors of #CF0ADB
Black with #CF0ADB
Text Example
Text Example
White with #CF0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ADB; }
p { color: rgb(207,10,219); }
H1.HeaderClassName
{
color: #CF0ADB;
}
.AnyTagClassName
{
color: #CF0ADB;
}
</style>
background-color css
<style>
a { background-color: #CF0ADB; }
a { background-color: rgb(207,10,219); }
div.DivClassName
{
background-color: #CF0ADB;
}
.BgClassName
{
background-color: #CF0ADB;
}
</style>
border-color css
<style>
span { border-color: #CF0ADB; }
span { border-color: rgb(207,10,219); }
td.TdClassName
{
border-color: #CF0ADB;
}
.TagClassName
{
border-color: #CF0ADB;
}
</style>