Shades of Deep Magenta #CF08DB
Tints of Deep Magenta #CF08DB
RGB
CMYK
RGB Variations
Color information
#CF08DB (or 0xCF08DB) is known color: Deep Magenta. HEX triplet: CF, 08 and DB. RGB value is (207,8,219). Sum of RGB (Red+Green+Blue) = 207+8+219=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08DB is #30F724. Grayscale: #5A5A5A. Windows color (decimal): -3208997 or 14354639. OLE color: 14354639.
HSL color Cylindrical-coordinate representation of color #CF08DB: hue angle of 296.59º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF08DB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 8 | 219 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.14 |
| HSL | 296.59º | 0.93% | 0.45% | - |
| HSV(B) | 296.59º | 0.96% | 0.86% | - |
| XYZ | 38.61 | 18.55 | 68.56 | - |
| YUV | 91.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 219 | 0.05 | 0.96 | 0 | 0.14 | 296.59 | 0.93 | 0.45 |
| Hex | CF | 8 | DB | 5 | 60 | 0 | E | 129 | 5D | 2D |
| Octal | 317 | 10 | 333 | 5 | 140 | 0 | 16 | 451 | 135 | 55 |
| Binary | 11001111 | 1000 | 11011011 | 101 | 1100000 | 0 | 1110 | 100101001 | 1011101 | 101101 |
Color Harmonies of #CF08DB
Complementary color
Monochromatic Colors of #CF08DB
Black with #CF08DB
Text Example
Text Example
White with #CF08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08DB; }
p { color: rgb(207,8,219); }
H1.HeaderClassName
{
color: #CF08DB;
}
.AnyTagClassName
{
color: #CF08DB;
}
</style>
background-color css
<style>
a { background-color: #CF08DB; }
a { background-color: rgb(207,8,219); }
div.DivClassName
{
background-color: #CF08DB;
}
.BgClassName
{
background-color: #CF08DB;
}
</style>
border-color css
<style>
span { border-color: #CF08DB; }
span { border-color: rgb(207,8,219); }
td.TdClassName
{
border-color: #CF08DB;
}
.TagClassName
{
border-color: #CF08DB;
}
</style>