Shades of Deep Magenta #CF28DB
Tints of Deep Magenta #CF28DB
RGB
CMYK
RGB Variations
Color information
#CF28DB (or 0xCF28DB) is known color: Deep Magenta. HEX triplet: CF, 28 and DB. RGB value is (207,40,219). Sum of RGB (Red+Green+Blue) = 207+40+219=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28DB is #30D724. Grayscale: #6D6D6D. Windows color (decimal): -3200805 or 14362831. OLE color: 14362831.
HSL color Cylindrical-coordinate representation of color #CF28DB: hue angle of 295.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF28DB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 40 | 219 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.14 |
| HSL | 295.98º | 0.71% | 0.51% | - |
| HSV(B) | 295.98º | 0.82% | 0.86% | - |
| XYZ | 39.28 | 19.9 | 68.79 | - |
| YUV | 110.34 | 189.33 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 219 | 0.05 | 0.82 | 0 | 0.14 | 295.98 | 0.71 | 0.51 |
| Hex | CF | 28 | DB | 5 | 52 | 0 | E | 128 | 47 | 33 |
| Octal | 317 | 50 | 333 | 5 | 122 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11001111 | 101000 | 11011011 | 101 | 1010010 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #CF28DB
Complementary color
Monochromatic Colors of #CF28DB
Black with #CF28DB
Text Example
Text Example
White with #CF28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF28DB; }
p { color: rgb(207,40,219); }
H1.HeaderClassName
{
color: #CF28DB;
}
.AnyTagClassName
{
color: #CF28DB;
}
</style>
background-color css
<style>
a { background-color: #CF28DB; }
a { background-color: rgb(207,40,219); }
div.DivClassName
{
background-color: #CF28DB;
}
.BgClassName
{
background-color: #CF28DB;
}
</style>
border-color css
<style>
span { border-color: #CF28DB; }
span { border-color: rgb(207,40,219); }
td.TdClassName
{
border-color: #CF28DB;
}
.TagClassName
{
border-color: #CF28DB;
}
</style>