Shades of Medium Violet Red #C826A3
Tints of Medium Violet Red #C826A3
RGB
CMYK
RGB Variations
Color information
#C826A3 (or 0xC826A3) is known color: Medium Violet Red. HEX triplet: C8, 26 and A3. RGB value is (200,38,163). Sum of RGB (Red+Green+Blue) = 200+38+163=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C826A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826A3 is #37D95C. Grayscale: #646464. Windows color (decimal): -3660125 or 10692296. OLE color: 10692296.
HSL color Cylindrical-coordinate representation of color #C826A3: hue angle of 313.7º 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 #C826A3 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 163 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.22 |
| HSL | 313.7º | 0.68% | 0.47% | - |
| HSV(B) | 313.7º | 0.81% | 0.78% | - |
| XYZ | 31.12 | 16.31 | 36.16 | - |
| YUV | 100.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 163 | 0 | 0.81 | 0.18 | 0.22 | 313.7 | 0.68 | 0.47 |
| Hex | C8 | 26 | A3 | 0 | 51 | 12 | 16 | 13A | 44 | 2F |
| Octal | 310 | 46 | 243 | 0 | 121 | 22 | 26 | 472 | 104 | 57 |
| Binary | 11001000 | 100110 | 10100011 | 0 | 1010001 | 10010 | 10110 | 100111010 | 1000100 | 101111 |
Color Harmonies of #C826A3
Complementary color
Monochromatic Colors of #C826A3
Black with #C826A3
Text Example
Text Example
White with #C826A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826A3; }
p { color: rgb(200,38,163); }
H1.HeaderClassName
{
color: #C826A3;
}
.AnyTagClassName
{
color: #C826A3;
}
</style>
background-color css
<style>
a { background-color: #C826A3; }
a { background-color: rgb(200,38,163); }
div.DivClassName
{
background-color: #C826A3;
}
.BgClassName
{
background-color: #C826A3;
}
</style>
border-color css
<style>
span { border-color: #C826A3; }
span { border-color: rgb(200,38,163); }
td.TdClassName
{
border-color: #C826A3;
}
.TagClassName
{
border-color: #C826A3;
}
</style>