Shades of Medium Red Violet #C835A0
Tints of Medium Red Violet #C835A0
RGB
CMYK
RGB Variations
Color information
#C835A0 (or 0xC835A0) is known color: Medium Red Violet. HEX triplet: C8, 35 and A0. RGB value is (200,53,160). Sum of RGB (Red+Green+Blue) = 200+53+160=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C835A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C835A0 is #37CA5F. Grayscale: #6C6C6C. Windows color (decimal): -3656288 or 10499528. OLE color: 10499528.
HSL color Cylindrical-coordinate representation of color #C835A0: hue angle of 316.33º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835A0 is Cyan = 0, Magento = 0.74, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 160 | - |
| CMYK | 0 | 0.74 | 0.2 | 0.22 |
| HSL | 316.33º | 0.58% | 0.5% | - |
| HSV(B) | 316.33º | 0.74% | 0.78% | - |
| XYZ | 31.44 | 17.36 | 34.95 | - |
| YUV | 109.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 160 | 0 | 0.74 | 0.2 | 0.22 | 316.33 | 0.58 | 0.5 |
| Hex | C8 | 35 | A0 | 0 | 4A | 14 | 16 | 13C | 3A | 32 |
| Octal | 310 | 65 | 240 | 0 | 112 | 24 | 26 | 474 | 72 | 62 |
| Binary | 11001000 | 110101 | 10100000 | 0 | 1001010 | 10100 | 10110 | 100111100 | 111010 | 110010 |
Color Harmonies of #C835A0
Complementary color
Monochromatic Colors of #C835A0
Black with #C835A0
Text Example
Text Example
White with #C835A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835A0; }
p { color: rgb(200,53,160); }
H1.HeaderClassName
{
color: #C835A0;
}
.AnyTagClassName
{
color: #C835A0;
}
</style>
background-color css
<style>
a { background-color: #C835A0; }
a { background-color: rgb(200,53,160); }
div.DivClassName
{
background-color: #C835A0;
}
.BgClassName
{
background-color: #C835A0;
}
</style>
border-color css
<style>
span { border-color: #C835A0; }
span { border-color: rgb(200,53,160); }
td.TdClassName
{
border-color: #C835A0;
}
.TagClassName
{
border-color: #C835A0;
}
</style>