Shades of Medium Violet Red #C826A0
Tints of Medium Violet Red #C826A0
RGB
CMYK
RGB Variations
Color information
#C826A0 (or 0xC826A0) is known color: Medium Violet Red. HEX triplet: C8, 26 and A0. RGB value is (200,38,160). Sum of RGB (Red+Green+Blue) = 200+38+160=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C826A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826A0 is #37D95F. Grayscale: #646464. Windows color (decimal): -3660128 or 10495688. OLE color: 10495688.
HSL color Cylindrical-coordinate representation of color #C826A0: hue angle of 314.81º 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 #C826A0 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 160 | - |
| CMYK | 0 | 0.81 | 0.2 | 0.22 |
| HSL | 314.81º | 0.68% | 0.47% | - |
| HSV(B) | 314.81º | 0.81% | 0.78% | - |
| XYZ | 30.86 | 16.2 | 34.76 | - |
| YUV | 100.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 160 | 0 | 0.81 | 0.2 | 0.22 | 314.81 | 0.68 | 0.47 |
| Hex | C8 | 26 | A0 | 0 | 51 | 14 | 16 | 13B | 44 | 2F |
| Octal | 310 | 46 | 240 | 0 | 121 | 24 | 26 | 473 | 104 | 57 |
| Binary | 11001000 | 100110 | 10100000 | 0 | 1010001 | 10100 | 10110 | 100111011 | 1000100 | 101111 |
Color Harmonies of #C826A0
Complementary color
Monochromatic Colors of #C826A0
Black with #C826A0
Text Example
Text Example
White with #C826A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826A0; }
p { color: rgb(200,38,160); }
H1.HeaderClassName
{
color: #C826A0;
}
.AnyTagClassName
{
color: #C826A0;
}
</style>
background-color css
<style>
a { background-color: #C826A0; }
a { background-color: rgb(200,38,160); }
div.DivClassName
{
background-color: #C826A0;
}
.BgClassName
{
background-color: #C826A0;
}
</style>
border-color css
<style>
span { border-color: #C826A0; }
span { border-color: rgb(200,38,160); }
td.TdClassName
{
border-color: #C826A0;
}
.TagClassName
{
border-color: #C826A0;
}
</style>