Shades of Deep Magenta #CF06DB
Tints of Deep Magenta #CF06DB
RGB
CMYK
RGB Variations
Color information
#CF06DB (or 0xCF06DB) is known color: Deep Magenta. HEX triplet: CF, 06 and DB. RGB value is (207,6,219). Sum of RGB (Red+Green+Blue) = 207+6+219=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06DB is #30F924. Grayscale: #595959. Windows color (decimal): -3209509 or 14354127. OLE color: 14354127.
HSL color Cylindrical-coordinate representation of color #CF06DB: hue angle of 296.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06DB is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 6 | 219 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.14 |
| HSL | 296.62º | 0.95% | 0.44% | - |
| HSV(B) | 296.62º | 0.97% | 0.86% | - |
| XYZ | 38.58 | 18.51 | 68.56 | - |
| YUV | 90.38 | 200.59 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 219 | 0.05 | 0.97 | 0 | 0.14 | 296.62 | 0.95 | 0.44 |
| Hex | CF | 6 | DB | 5 | 61 | 0 | E | 129 | 5F | 2C |
| Octal | 317 | 6 | 333 | 5 | 141 | 0 | 16 | 451 | 137 | 54 |
| Binary | 11001111 | 110 | 11011011 | 101 | 1100001 | 0 | 1110 | 100101001 | 1011111 | 101100 |
Color Harmonies of #CF06DB
Complementary color
Monochromatic Colors of #CF06DB
Black with #CF06DB
Text Example
Text Example
White with #CF06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06DB; }
p { color: rgb(207,6,219); }
H1.HeaderClassName
{
color: #CF06DB;
}
.AnyTagClassName
{
color: #CF06DB;
}
</style>
background-color css
<style>
a { background-color: #CF06DB; }
a { background-color: rgb(207,6,219); }
div.DivClassName
{
background-color: #CF06DB;
}
.BgClassName
{
background-color: #CF06DB;
}
</style>
border-color css
<style>
span { border-color: #CF06DB; }
span { border-color: rgb(207,6,219); }
td.TdClassName
{
border-color: #CF06DB;
}
.TagClassName
{
border-color: #CF06DB;
}
</style>