Shades of Deep Magenta #C826DF
Tints of Deep Magenta #C826DF
RGB
CMYK
RGB Variations
Color information
#C826DF (or 0xC826DF) is known color: Deep Magenta. HEX triplet: C8, 26 and DF. RGB value is (200,38,223). Sum of RGB (Red+Green+Blue) = 200+38+223=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #C826DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826DF is #37D920. Grayscale: #6A6A6A. Windows color (decimal): -3660065 or 14624456. OLE color: 14624456.
HSL color Cylindrical-coordinate representation of color #C826DF: hue angle of 292.54º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C826DF is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 38 | 223 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.13 |
| HSL | 292.54º | 0.74% | 0.51% | - |
| HSV(B) | 292.54º | 0.83% | 0.87% | - |
| XYZ | 37.83 | 18.99 | 71.48 | - |
| YUV | 107.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 223 | 0.10 | 0.83 | 0 | 0.13 | 292.54 | 0.74 | 0.51 |
| Hex | C8 | 26 | DF | A | 53 | 0 | D | 125 | 4A | 33 |
| Octal | 310 | 46 | 337 | 12 | 123 | 0 | 15 | 445 | 112 | 63 |
| Binary | 11001000 | 100110 | 11011111 | 1010 | 1010011 | 0 | 1101 | 100100101 | 1001010 | 110011 |
Color Harmonies of #C826DF
Complementary color
Monochromatic Colors of #C826DF
Black with #C826DF
Text Example
Text Example
White with #C826DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826DF; }
p { color: rgb(200,38,223); }
H1.HeaderClassName
{
color: #C826DF;
}
.AnyTagClassName
{
color: #C826DF;
}
</style>
background-color css
<style>
a { background-color: #C826DF; }
a { background-color: rgb(200,38,223); }
div.DivClassName
{
background-color: #C826DF;
}
.BgClassName
{
background-color: #C826DF;
}
</style>
border-color css
<style>
span { border-color: #C826DF; }
span { border-color: rgb(200,38,223); }
td.TdClassName
{
border-color: #C826DF;
}
.TagClassName
{
border-color: #C826DF;
}
</style>