Shades of Medium Violet Red #C823A0
Tints of Medium Violet Red #C823A0
RGB
CMYK
RGB Variations
Color information
#C823A0 (or 0xC823A0) is known color: Medium Violet Red. HEX triplet: C8, 23 and A0. RGB value is (200,35,160). Sum of RGB (Red+Green+Blue) = 200+35+160=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C823A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C823A0 is #37DC5F. Grayscale: #626262. Windows color (decimal): -3660896 or 10494920. OLE color: 10494920.
HSL color Cylindrical-coordinate representation of color #C823A0: hue angle of 314.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C823A0 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 160 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.22 |
| HSL | 314.55º | 0.7% | 0.46% | - |
| HSV(B) | 314.55º | 0.83% | 0.78% | - |
| XYZ | 30.77 | 16.02 | 34.73 | - |
| YUV | 98.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 160 | 0 | 0.82 | 0.2 | 0.22 | 314.55 | 0.7 | 0.46 |
| Hex | C8 | 23 | A0 | 0 | 52 | 14 | 16 | 13B | 46 | 2E |
| Octal | 310 | 43 | 240 | 0 | 122 | 24 | 26 | 473 | 106 | 56 |
| Binary | 11001000 | 100011 | 10100000 | 0 | 1010010 | 10100 | 10110 | 100111011 | 1000110 | 101110 |
Color Harmonies of #C823A0
Complementary color
Monochromatic Colors of #C823A0
Black with #C823A0
Text Example
Text Example
White with #C823A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823A0; }
p { color: rgb(200,35,160); }
H1.HeaderClassName
{
color: #C823A0;
}
.AnyTagClassName
{
color: #C823A0;
}
</style>
background-color css
<style>
a { background-color: #C823A0; }
a { background-color: rgb(200,35,160); }
div.DivClassName
{
background-color: #C823A0;
}
.BgClassName
{
background-color: #C823A0;
}
</style>
border-color css
<style>
span { border-color: #C823A0; }
span { border-color: rgb(200,35,160); }
td.TdClassName
{
border-color: #C823A0;
}
.TagClassName
{
border-color: #C823A0;
}
</style>