Shades of Medium Red Violet #C835A1
Tints of Medium Red Violet #C835A1
RGB
CMYK
RGB Variations
Color information
#C835A1 (or 0xC835A1) is known color: Medium Red Violet. HEX triplet: C8, 35 and A1. RGB value is (200,53,161). Sum of RGB (Red+Green+Blue) = 200+53+161=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C835A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C835A1 is #37CA5E. Grayscale: #6C6C6C. Windows color (decimal): -3656287 or 10565064. OLE color: 10565064.
HSL color Cylindrical-coordinate representation of color #C835A1: hue angle of 315.92º 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 #C835A1 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 161 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.22 |
| HSL | 315.92º | 0.58% | 0.5% | - |
| HSV(B) | 315.92º | 0.74% | 0.78% | - |
| XYZ | 31.53 | 17.4 | 35.41 | - |
| YUV | 109.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 161 | 0 | 0.74 | 0.19 | 0.22 | 315.92 | 0.58 | 0.5 |
| Hex | C8 | 35 | A1 | 0 | 4A | 13 | 16 | 13C | 3A | 32 |
| Octal | 310 | 65 | 241 | 0 | 112 | 23 | 26 | 474 | 72 | 62 |
| Binary | 11001000 | 110101 | 10100001 | 0 | 1001010 | 10011 | 10110 | 100111100 | 111010 | 110010 |
Color Harmonies of #C835A1
Complementary color
Monochromatic Colors of #C835A1
Black with #C835A1
Text Example
Text Example
White with #C835A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835A1; }
p { color: rgb(200,53,161); }
H1.HeaderClassName
{
color: #C835A1;
}
.AnyTagClassName
{
color: #C835A1;
}
</style>
background-color css
<style>
a { background-color: #C835A1; }
a { background-color: rgb(200,53,161); }
div.DivClassName
{
background-color: #C835A1;
}
.BgClassName
{
background-color: #C835A1;
}
</style>
border-color css
<style>
span { border-color: #C835A1; }
span { border-color: rgb(200,53,161); }
td.TdClassName
{
border-color: #C835A1;
}
.TagClassName
{
border-color: #C835A1;
}
</style>