Shades of Deep Magenta #C826DC
Tints of Deep Magenta #C826DC
RGB
CMYK
RGB Variations
Color information
#C826DC (or 0xC826DC) is known color: Deep Magenta. HEX triplet: C8, 26 and DC. RGB value is (200,38,220). Sum of RGB (Red+Green+Blue) = 200+38+220=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C826DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826DC is #37D923. Grayscale: #6A6A6A. Windows color (decimal): -3660068 or 14427848. OLE color: 14427848.
HSL color Cylindrical-coordinate representation of color #C826DC: hue angle of 293.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C826DC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 38 | 220 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.14 |
| HSL | 293.41º | 0.72% | 0.51% | - |
| HSV(B) | 293.41º | 0.83% | 0.86% | - |
| XYZ | 37.43 | 18.83 | 69.37 | - |
| YUV | 107.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 220 | 0.09 | 0.83 | 0 | 0.14 | 293.41 | 0.72 | 0.51 |
| Hex | C8 | 26 | DC | 9 | 53 | 0 | E | 125 | 48 | 33 |
| Octal | 310 | 46 | 334 | 11 | 123 | 0 | 16 | 445 | 110 | 63 |
| Binary | 11001000 | 100110 | 11011100 | 1001 | 1010011 | 0 | 1110 | 100100101 | 1001000 | 110011 |
Color Harmonies of #C826DC
Complementary color
Monochromatic Colors of #C826DC
Black with #C826DC
Text Example
Text Example
White with #C826DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826DC; }
p { color: rgb(200,38,220); }
H1.HeaderClassName
{
color: #C826DC;
}
.AnyTagClassName
{
color: #C826DC;
}
</style>
background-color css
<style>
a { background-color: #C826DC; }
a { background-color: rgb(200,38,220); }
div.DivClassName
{
background-color: #C826DC;
}
.BgClassName
{
background-color: #C826DC;
}
</style>
border-color css
<style>
span { border-color: #C826DC; }
span { border-color: rgb(200,38,220); }
td.TdClassName
{
border-color: #C826DC;
}
.TagClassName
{
border-color: #C826DC;
}
</style>