Shades of Medium Red Violet #C831A0
Tints of Medium Red Violet #C831A0
RGB
CMYK
RGB Variations
Color information
#C831A0 (or 0xC831A0) is known color: Medium Red Violet. HEX triplet: C8, 31 and A0. RGB value is (200,49,160). Sum of RGB (Red+Green+Blue) = 200+49+160=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C831A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831A0 is #37CE5F. Grayscale: #6A6A6A. Windows color (decimal): -3657312 or 10498504. OLE color: 10498504.
HSL color Cylindrical-coordinate representation of color #C831A0: hue angle of 315.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C831A0 is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 160 | - |
| CMYK | 0 | 0.76 | 0.2 | 0.22 |
| HSL | 315.89º | 0.61% | 0.49% | - |
| HSV(B) | 315.89º | 0.76% | 0.78% | - |
| XYZ | 31.26 | 17.01 | 34.89 | - |
| YUV | 106.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 160 | 0 | 0.76 | 0.2 | 0.22 | 315.89 | 0.61 | 0.49 |
| Hex | C8 | 31 | A0 | 0 | 4C | 14 | 16 | 13C | 3D | 31 |
| Octal | 310 | 61 | 240 | 0 | 114 | 24 | 26 | 474 | 75 | 61 |
| Binary | 11001000 | 110001 | 10100000 | 0 | 1001100 | 10100 | 10110 | 100111100 | 111101 | 110001 |
Color Harmonies of #C831A0
Complementary color
Monochromatic Colors of #C831A0
Black with #C831A0
Text Example
Text Example
White with #C831A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831A0; }
p { color: rgb(200,49,160); }
H1.HeaderClassName
{
color: #C831A0;
}
.AnyTagClassName
{
color: #C831A0;
}
</style>
background-color css
<style>
a { background-color: #C831A0; }
a { background-color: rgb(200,49,160); }
div.DivClassName
{
background-color: #C831A0;
}
.BgClassName
{
background-color: #C831A0;
}
</style>
border-color css
<style>
span { border-color: #C831A0; }
span { border-color: rgb(200,49,160); }
td.TdClassName
{
border-color: #C831A0;
}
.TagClassName
{
border-color: #C831A0;
}
</style>