Shades of Deep Magenta #CF29DB
Tints of Deep Magenta #CF29DB
RGB
CMYK
RGB Variations
Color information
#CF29DB (or 0xCF29DB) is known color: Deep Magenta. HEX triplet: CF, 29 and DB. RGB value is (207,41,219). Sum of RGB (Red+Green+Blue) = 207+41+219=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29DB is #30D624. Grayscale: #6E6E6E. Windows color (decimal): -3200549 or 14363087. OLE color: 14363087.
HSL color Cylindrical-coordinate representation of color #CF29DB: hue angle of 295.96º 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 #CF29DB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 41 | 219 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.14 |
| HSL | 295.96º | 0.71% | 0.51% | - |
| HSV(B) | 295.96º | 0.81% | 0.86% | - |
| XYZ | 39.31 | 19.97 | 68.8 | - |
| YUV | 110.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 219 | 0.05 | 0.81 | 0 | 0.14 | 295.96 | 0.71 | 0.51 |
| Hex | CF | 29 | DB | 5 | 51 | 0 | E | 128 | 47 | 33 |
| Octal | 317 | 51 | 333 | 5 | 121 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11001111 | 101001 | 11011011 | 101 | 1010001 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #CF29DB
Complementary color
Monochromatic Colors of #CF29DB
Black with #CF29DB
Text Example
Text Example
White with #CF29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF29DB; }
p { color: rgb(207,41,219); }
H1.HeaderClassName
{
color: #CF29DB;
}
.AnyTagClassName
{
color: #CF29DB;
}
</style>
background-color css
<style>
a { background-color: #CF29DB; }
a { background-color: rgb(207,41,219); }
div.DivClassName
{
background-color: #CF29DB;
}
.BgClassName
{
background-color: #CF29DB;
}
</style>
border-color css
<style>
span { border-color: #CF29DB; }
span { border-color: rgb(207,41,219); }
td.TdClassName
{
border-color: #CF29DB;
}
.TagClassName
{
border-color: #CF29DB;
}
</style>