Shades of Medium Red Violet #C831AB
Tints of Medium Red Violet #C831AB
RGB
CMYK
RGB Variations
Color information
#C831AB (or 0xC831AB) is known color: Medium Red Violet. HEX triplet: C8, 31 and AB. RGB value is (200,49,171). Sum of RGB (Red+Green+Blue) = 200+49+171=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C831AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831AB is #37CE54. Grayscale: #6B6B6B. Windows color (decimal): -3657301 or 11219400. OLE color: 11219400.
HSL color Cylindrical-coordinate representation of color #C831AB: hue angle of 311.52º 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 #C831AB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 171 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.22 |
| HSL | 311.52º | 0.61% | 0.49% | - |
| HSV(B) | 311.52º | 0.76% | 0.78% | - |
| XYZ | 32.27 | 17.42 | 40.19 | - |
| YUV | 108.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 171 | 0 | 0.76 | 0.14 | 0.22 | 311.52 | 0.61 | 0.49 |
| Hex | C8 | 31 | AB | 0 | 4C | E | 16 | 138 | 3D | 31 |
| Octal | 310 | 61 | 253 | 0 | 114 | 16 | 26 | 470 | 75 | 61 |
| Binary | 11001000 | 110001 | 10101011 | 0 | 1001100 | 1110 | 10110 | 100111000 | 111101 | 110001 |
Color Harmonies of #C831AB
Complementary color
Monochromatic Colors of #C831AB
Black with #C831AB
Text Example
Text Example
White with #C831AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831AB; }
p { color: rgb(200,49,171); }
H1.HeaderClassName
{
color: #C831AB;
}
.AnyTagClassName
{
color: #C831AB;
}
</style>
background-color css
<style>
a { background-color: #C831AB; }
a { background-color: rgb(200,49,171); }
div.DivClassName
{
background-color: #C831AB;
}
.BgClassName
{
background-color: #C831AB;
}
</style>
border-color css
<style>
span { border-color: #C831AB; }
span { border-color: rgb(200,49,171); }
td.TdClassName
{
border-color: #C831AB;
}
.TagClassName
{
border-color: #C831AB;
}
</style>