Shades of Medium Violet Red #C31878
Tints of Medium Violet Red #C31878
RGB
CMYK
RGB Variations
Color information
#C31878 (or 0xC31878) is known color: Medium Violet Red. HEX triplet: C3, 18 and 78. RGB value is (195,24,120). Sum of RGB (Red+Green+Blue) = 195+24+120=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C31878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31878 is #3CE787. Grayscale: #555555. Windows color (decimal): -3991432 or 7870659. OLE color: 7870659.
HSL color Cylindrical-coordinate representation of color #C31878: hue angle of 326.32º 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 #C31878 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 120 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.24 |
| HSL | 326.32º | 0.78% | 0.43% | - |
| HSV(B) | 326.32º | 0.88% | 0.76% | - |
| XYZ | 26.22 | 13.61 | 19.01 | - |
| YUV | 86.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 120 | 0 | 0.88 | 0.38 | 0.24 | 326.32 | 0.78 | 0.43 |
| Hex | C3 | 18 | 78 | 0 | 58 | 26 | 18 | 146 | 4E | 2B |
| Octal | 303 | 30 | 170 | 0 | 130 | 46 | 30 | 506 | 116 | 53 |
| Binary | 11000011 | 11000 | 1111000 | 0 | 1011000 | 100110 | 11000 | 101000110 | 1001110 | 101011 |
Color Harmonies of #C31878
Complementary color
Monochromatic Colors of #C31878
Black with #C31878
Text Example
Text Example
White with #C31878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31878; }
p { color: rgb(195,24,120); }
H1.HeaderClassName
{
color: #C31878;
}
.AnyTagClassName
{
color: #C31878;
}
</style>
background-color css
<style>
a { background-color: #C31878; }
a { background-color: rgb(195,24,120); }
div.DivClassName
{
background-color: #C31878;
}
.BgClassName
{
background-color: #C31878;
}
</style>
border-color css
<style>
span { border-color: #C31878; }
span { border-color: rgb(195,24,120); }
td.TdClassName
{
border-color: #C31878;
}
.TagClassName
{
border-color: #C31878;
}
</style>