Shades of Deep Magenta #C828DC
Tints of Deep Magenta #C828DC
RGB
CMYK
RGB Variations
Color information
#C828DC (or 0xC828DC) is known color: Deep Magenta. HEX triplet: C8, 28 and DC. RGB value is (200,40,220). Sum of RGB (Red+Green+Blue) = 200+40+220=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #C828DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828DC is #37D723. Grayscale: #6B6B6B. Windows color (decimal): -3659556 or 14428360. OLE color: 14428360.
HSL color Cylindrical-coordinate representation of color #C828DC: hue angle of 293.33º degrees, saturation: 0.72, 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 #C828DC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 40 | 220 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.14 |
| HSL | 293.33º | 0.72% | 0.51% | - |
| HSV(B) | 293.33º | 0.82% | 0.86% | - |
| XYZ | 37.5 | 18.96 | 69.39 | - |
| YUV | 108.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 220 | 0.09 | 0.82 | 0 | 0.14 | 293.33 | 0.72 | 0.51 |
| Hex | C8 | 28 | DC | 9 | 52 | 0 | E | 125 | 48 | 33 |
| Octal | 310 | 50 | 334 | 11 | 122 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11001000 | 101000 | 11011100 | 1001 | 1010010 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C828DC
Complementary color
Monochromatic Colors of #C828DC
Black with #C828DC
Text Example
Text Example
White with #C828DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828DC; }
p { color: rgb(200,40,220); }
H1.HeaderClassName
{
color: #C828DC;
}
.AnyTagClassName
{
color: #C828DC;
}
</style>
background-color css
<style>
a { background-color: #C828DC; }
a { background-color: rgb(200,40,220); }
div.DivClassName
{
background-color: #C828DC;
}
.BgClassName
{
background-color: #C828DC;
}
</style>
border-color css
<style>
span { border-color: #C828DC; }
span { border-color: rgb(200,40,220); }
td.TdClassName
{
border-color: #C828DC;
}
.TagClassName
{
border-color: #C828DC;
}
</style>