Shades of Deep Magenta #CF05DB
Tints of Deep Magenta #CF05DB
RGB
CMYK
RGB Variations
Color information
#CF05DB (or 0xCF05DB) is known color: Deep Magenta. HEX triplet: CF, 05 and DB. RGB value is (207,5,219). Sum of RGB (Red+Green+Blue) = 207+5+219=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05DB is #30FA24. Grayscale: #595959. Windows color (decimal): -3209765 or 14353871. OLE color: 14353871.
HSL color Cylindrical-coordinate representation of color #CF05DB: hue angle of 296.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05DB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 5 | 219 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.14 |
| HSL | 296.64º | 0.96% | 0.44% | - |
| HSV(B) | 296.64º | 0.98% | 0.86% | - |
| XYZ | 38.57 | 18.49 | 68.55 | - |
| YUV | 89.79 | 200.92 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 219 | 0.05 | 0.98 | 0 | 0.14 | 296.64 | 0.96 | 0.44 |
| Hex | CF | 5 | DB | 5 | 62 | 0 | E | 129 | 60 | 2C |
| Octal | 317 | 5 | 333 | 5 | 142 | 0 | 16 | 451 | 140 | 54 |
| Binary | 11001111 | 101 | 11011011 | 101 | 1100010 | 0 | 1110 | 100101001 | 1100000 | 101100 |
Color Harmonies of #CF05DB
Complementary color
Monochromatic Colors of #CF05DB
Black with #CF05DB
Text Example
Text Example
White with #CF05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05DB; }
p { color: rgb(207,5,219); }
H1.HeaderClassName
{
color: #CF05DB;
}
.AnyTagClassName
{
color: #CF05DB;
}
</style>
background-color css
<style>
a { background-color: #CF05DB; }
a { background-color: rgb(207,5,219); }
div.DivClassName
{
background-color: #CF05DB;
}
.BgClassName
{
background-color: #CF05DB;
}
</style>
border-color css
<style>
span { border-color: #CF05DB; }
span { border-color: rgb(207,5,219); }
td.TdClassName
{
border-color: #CF05DB;
}
.TagClassName
{
border-color: #CF05DB;
}
</style>