Shades of Medium Violet Red #C31877
Tints of Medium Violet Red #C31877
RGB
CMYK
RGB Variations
Color information
#C31877 (or 0xC31877) is known color: Medium Violet Red. HEX triplet: C3, 18 and 77. RGB value is (195,24,119). Sum of RGB (Red+Green+Blue) = 195+24+119=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C31877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31877 is #3CE788. Grayscale: #555555. Windows color (decimal): -3991433 or 7805123. OLE color: 7805123.
HSL color Cylindrical-coordinate representation of color #C31877: hue angle of 326.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31877 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 119 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.24 |
| HSL | 326.67º | 0.78% | 0.43% | - |
| HSV(B) | 326.67º | 0.88% | 0.76% | - |
| XYZ | 26.16 | 13.59 | 18.7 | - |
| YUV | 85.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 119 | 0 | 0.88 | 0.39 | 0.24 | 326.67 | 0.78 | 0.43 |
| Hex | C3 | 18 | 77 | 0 | 58 | 27 | 18 | 147 | 4E | 2B |
| Octal | 303 | 30 | 167 | 0 | 130 | 47 | 30 | 507 | 116 | 53 |
| Binary | 11000011 | 11000 | 1110111 | 0 | 1011000 | 100111 | 11000 | 101000111 | 1001110 | 101011 |
Color Harmonies of #C31877
Complementary color
Monochromatic Colors of #C31877
Black with #C31877
Text Example
Text Example
White with #C31877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31877; }
p { color: rgb(195,24,119); }
H1.HeaderClassName
{
color: #C31877;
}
.AnyTagClassName
{
color: #C31877;
}
</style>
background-color css
<style>
a { background-color: #C31877; }
a { background-color: rgb(195,24,119); }
div.DivClassName
{
background-color: #C31877;
}
.BgClassName
{
background-color: #C31877;
}
</style>
border-color css
<style>
span { border-color: #C31877; }
span { border-color: rgb(195,24,119); }
td.TdClassName
{
border-color: #C31877;
}
.TagClassName
{
border-color: #C31877;
}
</style>