Shades of Deep Magenta #C826DA
Tints of Deep Magenta #C826DA
RGB
CMYK
RGB Variations
Color information
#C826DA (or 0xC826DA) is known color: Deep Magenta. HEX triplet: C8, 26 and DA. RGB value is (200,38,218). Sum of RGB (Red+Green+Blue) = 200+38+218=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C826DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826DA is #37D925. Grayscale: #6A6A6A. Windows color (decimal): -3660070 or 14296776. OLE color: 14296776.
HSL color Cylindrical-coordinate representation of color #C826DA: hue angle of 294º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C826DA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 38 | 218 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.15 |
| HSL | 294º | 0.71% | 0.5% | - |
| HSV(B) | 294º | 0.83% | 0.85% | - |
| XYZ | 37.17 | 18.73 | 67.99 | - |
| YUV | 106.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 218 | 0.08 | 0.83 | 0 | 0.15 | 294 | 0.71 | 0.5 |
| Hex | C8 | 26 | DA | 8 | 53 | 0 | F | 126 | 47 | 32 |
| Octal | 310 | 46 | 332 | 10 | 123 | 0 | 17 | 446 | 107 | 62 |
| Binary | 11001000 | 100110 | 11011010 | 1000 | 1010011 | 0 | 1111 | 100100110 | 1000111 | 110010 |
Color Harmonies of #C826DA
Complementary color
Monochromatic Colors of #C826DA
Black with #C826DA
Text Example
Text Example
White with #C826DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826DA; }
p { color: rgb(200,38,218); }
H1.HeaderClassName
{
color: #C826DA;
}
.AnyTagClassName
{
color: #C826DA;
}
</style>
background-color css
<style>
a { background-color: #C826DA; }
a { background-color: rgb(200,38,218); }
div.DivClassName
{
background-color: #C826DA;
}
.BgClassName
{
background-color: #C826DA;
}
</style>
border-color css
<style>
span { border-color: #C826DA; }
span { border-color: rgb(200,38,218); }
td.TdClassName
{
border-color: #C826DA;
}
.TagClassName
{
border-color: #C826DA;
}
</style>