Shades of Deep Magenta #C828D7
Tints of Deep Magenta #C828D7
RGB
CMYK
RGB Variations
Color information
#C828D7 (or 0xC828D7) is known color: Deep Magenta. HEX triplet: C8, 28 and D7. RGB value is (200,40,215). Sum of RGB (Red+Green+Blue) = 200+40+215=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #C828D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828D7 is #37D728. Grayscale: #6B6B6B. Windows color (decimal): -3659561 or 14100680. OLE color: 14100680.
HSL color Cylindrical-coordinate representation of color #C828D7: hue angle of 294.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C828D7 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 40 | 215 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.16 |
| HSL | 294.86º | 0.69% | 0.5% | - |
| HSV(B) | 294.86º | 0.81% | 0.84% | - |
| XYZ | 36.84 | 18.7 | 65.96 | - |
| YUV | 107.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 215 | 0.07 | 0.81 | 0 | 0.16 | 294.86 | 0.69 | 0.5 |
| Hex | C8 | 28 | D7 | 7 | 51 | 0 | 10 | 127 | 45 | 32 |
| Octal | 310 | 50 | 327 | 7 | 121 | 0 | 20 | 447 | 105 | 62 |
| Binary | 11001000 | 101000 | 11010111 | 111 | 1010001 | 0 | 10000 | 100100111 | 1000101 | 110010 |
Color Harmonies of #C828D7
Complementary color
Monochromatic Colors of #C828D7
Black with #C828D7
Text Example
Text Example
White with #C828D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828D7; }
p { color: rgb(200,40,215); }
H1.HeaderClassName
{
color: #C828D7;
}
.AnyTagClassName
{
color: #C828D7;
}
</style>
background-color css
<style>
a { background-color: #C828D7; }
a { background-color: rgb(200,40,215); }
div.DivClassName
{
background-color: #C828D7;
}
.BgClassName
{
background-color: #C828D7;
}
</style>
border-color css
<style>
span { border-color: #C828D7; }
span { border-color: rgb(200,40,215); }
td.TdClassName
{
border-color: #C828D7;
}
.TagClassName
{
border-color: #C828D7;
}
</style>