Shades of Deep Magenta #C826D2
Tints of Deep Magenta #C826D2
RGB
CMYK
RGB Variations
Color information
#C826D2 (or 0xC826D2) is known color: Deep Magenta. HEX triplet: C8, 26 and D2. RGB value is (200,38,210). Sum of RGB (Red+Green+Blue) = 200+38+210=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #C826D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826D2 is #37D92D. Grayscale: #696969. Windows color (decimal): -3660078 or 13772488. OLE color: 13772488.
HSL color Cylindrical-coordinate representation of color #C826D2: hue angle of 296.51º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C826D2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 38 | 210 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.18 |
| HSL | 296.51º | 0.69% | 0.49% | - |
| HSV(B) | 296.51º | 0.82% | 0.82% | - |
| XYZ | 36.15 | 18.32 | 62.6 | - |
| YUV | 106.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 210 | 0.05 | 0.82 | 0 | 0.18 | 296.51 | 0.69 | 0.49 |
| Hex | C8 | 26 | D2 | 5 | 52 | 0 | 12 | 129 | 45 | 31 |
| Octal | 310 | 46 | 322 | 5 | 122 | 0 | 22 | 451 | 105 | 61 |
| Binary | 11001000 | 100110 | 11010010 | 101 | 1010010 | 0 | 10010 | 100101001 | 1000101 | 110001 |
Color Harmonies of #C826D2
Complementary color
Monochromatic Colors of #C826D2
Black with #C826D2
Text Example
Text Example
White with #C826D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826D2; }
p { color: rgb(200,38,210); }
H1.HeaderClassName
{
color: #C826D2;
}
.AnyTagClassName
{
color: #C826D2;
}
</style>
background-color css
<style>
a { background-color: #C826D2; }
a { background-color: rgb(200,38,210); }
div.DivClassName
{
background-color: #C826D2;
}
.BgClassName
{
background-color: #C826D2;
}
</style>
border-color css
<style>
span { border-color: #C826D2; }
span { border-color: rgb(200,38,210); }
td.TdClassName
{
border-color: #C826D2;
}
.TagClassName
{
border-color: #C826D2;
}
</style>