Shades of Deep Magenta #CF03DB
Tints of Deep Magenta #CF03DB
RGB
CMYK
RGB Variations
Color information
#CF03DB (or 0xCF03DB) is known color: Deep Magenta. HEX triplet: CF, 03 and DB. RGB value is (207,3,219). Sum of RGB (Red+Green+Blue) = 207+3+219=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03DB is #30FC24. Grayscale: #575757. Windows color (decimal): -3210277 or 14353359. OLE color: 14353359.
HSL color Cylindrical-coordinate representation of color #CF03DB: hue angle of 296.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03DB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 3 | 219 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.14 |
| HSL | 296.67º | 0.97% | 0.44% | - |
| HSV(B) | 296.67º | 0.99% | 0.86% | - |
| XYZ | 38.55 | 18.45 | 68.55 | - |
| YUV | 88.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 219 | 0.05 | 0.99 | 0 | 0.14 | 296.67 | 0.97 | 0.44 |
| Hex | CF | 3 | DB | 5 | 63 | 0 | E | 129 | 61 | 2C |
| Octal | 317 | 3 | 333 | 5 | 143 | 0 | 16 | 451 | 141 | 54 |
| Binary | 11001111 | 11 | 11011011 | 101 | 1100011 | 0 | 1110 | 100101001 | 1100001 | 101100 |
Color Harmonies of #CF03DB
Complementary color
Monochromatic Colors of #CF03DB
Black with #CF03DB
Text Example
Text Example
White with #CF03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03DB; }
p { color: rgb(207,3,219); }
H1.HeaderClassName
{
color: #CF03DB;
}
.AnyTagClassName
{
color: #CF03DB;
}
</style>
background-color css
<style>
a { background-color: #CF03DB; }
a { background-color: rgb(207,3,219); }
div.DivClassName
{
background-color: #CF03DB;
}
.BgClassName
{
background-color: #CF03DB;
}
</style>
border-color css
<style>
span { border-color: #CF03DB; }
span { border-color: rgb(207,3,219); }
td.TdClassName
{
border-color: #CF03DB;
}
.TagClassName
{
border-color: #CF03DB;
}
</style>