Shades of Deep Magenta #C828D8
Tints of Deep Magenta #C828D8
RGB
CMYK
RGB Variations
Color information
#C828D8 (or 0xC828D8) is known color: Deep Magenta. HEX triplet: C8, 28 and D8. RGB value is (200,40,216). Sum of RGB (Red+Green+Blue) = 200+40+216=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #C828D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828D8 is #37D727. Grayscale: #6B6B6B. Windows color (decimal): -3659560 or 14166216. OLE color: 14166216.
HSL color Cylindrical-coordinate representation of color #C828D8: hue angle of 294.55º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C828D8 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 40 | 216 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.15 |
| HSL | 294.55º | 0.69% | 0.5% | - |
| HSV(B) | 294.55º | 0.81% | 0.85% | - |
| XYZ | 36.97 | 18.75 | 66.64 | - |
| YUV | 107.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 216 | 0.07 | 0.81 | 0 | 0.15 | 294.55 | 0.69 | 0.5 |
| Hex | C8 | 28 | D8 | 7 | 51 | 0 | F | 127 | 45 | 32 |
| Octal | 310 | 50 | 330 | 7 | 121 | 0 | 17 | 447 | 105 | 62 |
| Binary | 11001000 | 101000 | 11011000 | 111 | 1010001 | 0 | 1111 | 100100111 | 1000101 | 110010 |
Color Harmonies of #C828D8
Complementary color
Monochromatic Colors of #C828D8
Black with #C828D8
Text Example
Text Example
White with #C828D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828D8; }
p { color: rgb(200,40,216); }
H1.HeaderClassName
{
color: #C828D8;
}
.AnyTagClassName
{
color: #C828D8;
}
</style>
background-color css
<style>
a { background-color: #C828D8; }
a { background-color: rgb(200,40,216); }
div.DivClassName
{
background-color: #C828D8;
}
.BgClassName
{
background-color: #C828D8;
}
</style>
border-color css
<style>
span { border-color: #C828D8; }
span { border-color: rgb(200,40,216); }
td.TdClassName
{
border-color: #C828D8;
}
.TagClassName
{
border-color: #C828D8;
}
</style>