Shades of Medium Violet Red #C31678
Tints of Medium Violet Red #C31678
RGB
CMYK
RGB Variations
Color information
#C31678 (or 0xC31678) is known color: Medium Violet Red. HEX triplet: C3, 16 and 78. RGB value is (195,22,120). Sum of RGB (Red+Green+Blue) = 195+22+120=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C31678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31678 is #3CE987. Grayscale: #545454. Windows color (decimal): -3991944 or 7870147. OLE color: 7870147.
HSL color Cylindrical-coordinate representation of color #C31678: hue angle of 326.01º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31678 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 120 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.24 |
| HSL | 326.01º | 0.8% | 0.43% | - |
| HSV(B) | 326.01º | 0.89% | 0.76% | - |
| XYZ | 26.18 | 13.53 | 19 | - |
| YUV | 84.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 120 | 0 | 0.89 | 0.38 | 0.24 | 326.01 | 0.8 | 0.43 |
| Hex | C3 | 16 | 78 | 0 | 59 | 26 | 18 | 146 | 50 | 2B |
| Octal | 303 | 26 | 170 | 0 | 131 | 46 | 30 | 506 | 120 | 53 |
| Binary | 11000011 | 10110 | 1111000 | 0 | 1011001 | 100110 | 11000 | 101000110 | 1010000 | 101011 |
Color Harmonies of #C31678
Complementary color
Monochromatic Colors of #C31678
Black with #C31678
Text Example
Text Example
White with #C31678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31678; }
p { color: rgb(195,22,120); }
H1.HeaderClassName
{
color: #C31678;
}
.AnyTagClassName
{
color: #C31678;
}
</style>
background-color css
<style>
a { background-color: #C31678; }
a { background-color: rgb(195,22,120); }
div.DivClassName
{
background-color: #C31678;
}
.BgClassName
{
background-color: #C31678;
}
</style>
border-color css
<style>
span { border-color: #C31678; }
span { border-color: rgb(195,22,120); }
td.TdClassName
{
border-color: #C31678;
}
.TagClassName
{
border-color: #C31678;
}
</style>