Shades of Deep Magenta #CF2BDB
Tints of Deep Magenta #CF2BDB
RGB
CMYK
RGB Variations
Color information
#CF2BDB (or 0xCF2BDB) is known color: Deep Magenta. HEX triplet: CF, 2B and DB. RGB value is (207,43,219). Sum of RGB (Red+Green+Blue) = 207+43+219=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BDB is #30D424. Grayscale: #6F6F6F. Windows color (decimal): -3200037 or 14363599. OLE color: 14363599.
HSL color Cylindrical-coordinate representation of color #CF2BDB: hue angle of 295.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2BDB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 43 | 219 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.14 |
| HSL | 295.91º | 0.71% | 0.51% | - |
| HSV(B) | 295.91º | 0.8% | 0.86% | - |
| XYZ | 39.38 | 20.11 | 68.82 | - |
| YUV | 112.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 219 | 0.05 | 0.80 | 0 | 0.14 | 295.91 | 0.71 | 0.51 |
| Hex | CF | 2B | DB | 5 | 50 | 0 | E | 128 | 47 | 33 |
| Octal | 317 | 53 | 333 | 5 | 120 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11001111 | 101011 | 11011011 | 101 | 1010000 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #CF2BDB
Complementary color
Monochromatic Colors of #CF2BDB
Black with #CF2BDB
Text Example
Text Example
White with #CF2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BDB; }
p { color: rgb(207,43,219); }
H1.HeaderClassName
{
color: #CF2BDB;
}
.AnyTagClassName
{
color: #CF2BDB;
}
</style>
background-color css
<style>
a { background-color: #CF2BDB; }
a { background-color: rgb(207,43,219); }
div.DivClassName
{
background-color: #CF2BDB;
}
.BgClassName
{
background-color: #CF2BDB;
}
</style>
border-color css
<style>
span { border-color: #CF2BDB; }
span { border-color: rgb(207,43,219); }
td.TdClassName
{
border-color: #CF2BDB;
}
.TagClassName
{
border-color: #CF2BDB;
}
</style>