Shades of Deep Magenta #C826C0
Tints of Deep Magenta #C826C0
RGB
CMYK
RGB Variations
Color information
#C826C0 (or 0xC826C0) is known color: Deep Magenta. HEX triplet: C8, 26 and C0. RGB value is (200,38,192). Sum of RGB (Red+Green+Blue) = 200+38+192=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C826C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826C0 is #37D93F. Grayscale: #676767. Windows color (decimal): -3660096 or 12592840. OLE color: 12592840.
HSL color Cylindrical-coordinate representation of color #C826C0: hue angle of 302.96º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C826C0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 192 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.22 |
| HSL | 302.96º | 0.68% | 0.47% | - |
| HSV(B) | 302.96º | 0.81% | 0.78% | - |
| XYZ | 34.03 | 17.47 | 51.45 | - |
| YUV | 103.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 192 | 0 | 0.81 | 0.04 | 0.22 | 302.96 | 0.68 | 0.47 |
| Hex | C8 | 26 | C0 | 0 | 51 | 4 | 16 | 12F | 44 | 2F |
| Octal | 310 | 46 | 300 | 0 | 121 | 4 | 26 | 457 | 104 | 57 |
| Binary | 11001000 | 100110 | 11000000 | 0 | 1010001 | 100 | 10110 | 100101111 | 1000100 | 101111 |
Color Harmonies of #C826C0
Complementary color
Monochromatic Colors of #C826C0
Black with #C826C0
Text Example
Text Example
White with #C826C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826C0; }
p { color: rgb(200,38,192); }
H1.HeaderClassName
{
color: #C826C0;
}
.AnyTagClassName
{
color: #C826C0;
}
</style>
background-color css
<style>
a { background-color: #C826C0; }
a { background-color: rgb(200,38,192); }
div.DivClassName
{
background-color: #C826C0;
}
.BgClassName
{
background-color: #C826C0;
}
</style>
border-color css
<style>
span { border-color: #C826C0; }
span { border-color: rgb(200,38,192); }
td.TdClassName
{
border-color: #C826C0;
}
.TagClassName
{
border-color: #C826C0;
}
</style>