Shades of Deep Magenta #C828DB
Tints of Deep Magenta #C828DB
RGB
CMYK
RGB Variations
Color information
#C828DB (or 0xC828DB) is known color: Deep Magenta. HEX triplet: C8, 28 and DB. RGB value is (200,40,219). Sum of RGB (Red+Green+Blue) = 200+40+219=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #C828DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828DB is #37D724. Grayscale: #6B6B6B. Windows color (decimal): -3659557 or 14362824. OLE color: 14362824.
HSL color Cylindrical-coordinate representation of color #C828DB: hue angle of 293.63º 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 #C828DB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 40 | 219 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.14 |
| HSL | 293.63º | 0.71% | 0.51% | - |
| HSV(B) | 293.63º | 0.82% | 0.86% | - |
| XYZ | 37.36 | 18.91 | 68.7 | - |
| YUV | 108.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 219 | 0.09 | 0.82 | 0 | 0.14 | 293.63 | 0.71 | 0.51 |
| Hex | C8 | 28 | DB | 9 | 52 | 0 | E | 126 | 47 | 33 |
| Octal | 310 | 50 | 333 | 11 | 122 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001000 | 101000 | 11011011 | 1001 | 1010010 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C828DB
Complementary color
Monochromatic Colors of #C828DB
Black with #C828DB
Text Example
Text Example
White with #C828DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828DB; }
p { color: rgb(200,40,219); }
H1.HeaderClassName
{
color: #C828DB;
}
.AnyTagClassName
{
color: #C828DB;
}
</style>
background-color css
<style>
a { background-color: #C828DB; }
a { background-color: rgb(200,40,219); }
div.DivClassName
{
background-color: #C828DB;
}
.BgClassName
{
background-color: #C828DB;
}
</style>
border-color css
<style>
span { border-color: #C828DB; }
span { border-color: rgb(200,40,219); }
td.TdClassName
{
border-color: #C828DB;
}
.TagClassName
{
border-color: #C828DB;
}
</style>