Shades of Medium Violet Red #C31679
Tints of Medium Violet Red #C31679
RGB
CMYK
RGB Variations
Color information
#C31679 (or 0xC31679) is known color: Medium Violet Red. HEX triplet: C3, 16 and 79. RGB value is (195,22,121). Sum of RGB (Red+Green+Blue) = 195+22+121=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C31679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31679 is #3CE986. Grayscale: #545454. Windows color (decimal): -3991943 or 7935683. OLE color: 7935683.
HSL color Cylindrical-coordinate representation of color #C31679: hue angle of 325.66º 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 #C31679 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 121 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.24 |
| HSL | 325.66º | 0.8% | 0.43% | - |
| HSV(B) | 325.66º | 0.89% | 0.76% | - |
| XYZ | 26.24 | 13.56 | 19.32 | - |
| YUV | 85.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 121 | 0 | 0.89 | 0.38 | 0.24 | 325.66 | 0.8 | 0.43 |
| Hex | C3 | 16 | 79 | 0 | 59 | 26 | 18 | 146 | 50 | 2B |
| Octal | 303 | 26 | 171 | 0 | 131 | 46 | 30 | 506 | 120 | 53 |
| Binary | 11000011 | 10110 | 1111001 | 0 | 1011001 | 100110 | 11000 | 101000110 | 1010000 | 101011 |
Color Harmonies of #C31679
Complementary color
Monochromatic Colors of #C31679
Black with #C31679
Text Example
Text Example
White with #C31679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31679; }
p { color: rgb(195,22,121); }
H1.HeaderClassName
{
color: #C31679;
}
.AnyTagClassName
{
color: #C31679;
}
</style>
background-color css
<style>
a { background-color: #C31679; }
a { background-color: rgb(195,22,121); }
div.DivClassName
{
background-color: #C31679;
}
.BgClassName
{
background-color: #C31679;
}
</style>
border-color css
<style>
span { border-color: #C31679; }
span { border-color: rgb(195,22,121); }
td.TdClassName
{
border-color: #C31679;
}
.TagClassName
{
border-color: #C31679;
}
</style>