Shades of Medium Violet Red #C31C6A
Tints of Medium Violet Red #C31C6A
RGB
CMYK
RGB Variations
Color information
#C31C6A (or 0xC31C6A) is known color: Medium Violet Red. HEX triplet: C3, 1C and 6A. RGB value is (195,28,106). Sum of RGB (Red+Green+Blue) = 195+28+106=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C6A is #3CE395. Grayscale: #565656. Windows color (decimal): -3990422 or 6954179. OLE color: 6954179.
HSL color Cylindrical-coordinate representation of color #C31C6A: hue angle of 331.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C6A is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 106 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.24 |
| HSL | 331.98º | 0.75% | 0.44% | - |
| HSV(B) | 331.98º | 0.86% | 0.76% | - |
| XYZ | 25.52 | 13.47 | 14.89 | - |
| YUV | 86.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 106 | 0 | 0.86 | 0.46 | 0.24 | 331.98 | 0.75 | 0.44 |
| Hex | C3 | 1C | 6A | 0 | 56 | 2E | 18 | 14C | 4B | 2C |
| Octal | 303 | 34 | 152 | 0 | 126 | 56 | 30 | 514 | 113 | 54 |
| Binary | 11000011 | 11100 | 1101010 | 0 | 1010110 | 101110 | 11000 | 101001100 | 1001011 | 101100 |
Color Harmonies of #C31C6A
Complementary color
Monochromatic Colors of #C31C6A
Black with #C31C6A
Text Example
Text Example
White with #C31C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C6A; }
p { color: rgb(195,28,106); }
H1.HeaderClassName
{
color: #C31C6A;
}
.AnyTagClassName
{
color: #C31C6A;
}
</style>
background-color css
<style>
a { background-color: #C31C6A; }
a { background-color: rgb(195,28,106); }
div.DivClassName
{
background-color: #C31C6A;
}
.BgClassName
{
background-color: #C31C6A;
}
</style>
border-color css
<style>
span { border-color: #C31C6A; }
span { border-color: rgb(195,28,106); }
td.TdClassName
{
border-color: #C31C6A;
}
.TagClassName
{
border-color: #C31C6A;
}
</style>