Shades of Medium Violet Red #C31F82
Tints of Medium Violet Red #C31F82
RGB
CMYK
RGB Variations
Color information
#C31F82 (or 0xC31F82) is known color: Medium Violet Red. HEX triplet: C3, 1F and 82. RGB value is (195,31,130). Sum of RGB (Red+Green+Blue) = 195+31+130=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F82 is #3CE07D. Grayscale: #5B5B5B. Windows color (decimal): -3989630 or 8527811. OLE color: 8527811.
HSL color Cylindrical-coordinate representation of color #C31F82: hue angle of 323.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F82 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 130 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.24 |
| HSL | 323.78º | 0.73% | 0.44% | - |
| HSV(B) | 323.78º | 0.84% | 0.76% | - |
| XYZ | 27.02 | 14.19 | 22.43 | - |
| YUV | 91.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 130 | 0 | 0.84 | 0.33 | 0.24 | 323.78 | 0.73 | 0.44 |
| Hex | C3 | 1F | 82 | 0 | 54 | 21 | 18 | 144 | 49 | 2C |
| Octal | 303 | 37 | 202 | 0 | 124 | 41 | 30 | 504 | 111 | 54 |
| Binary | 11000011 | 11111 | 10000010 | 0 | 1010100 | 100001 | 11000 | 101000100 | 1001001 | 101100 |
Color Harmonies of #C31F82
Complementary color
Monochromatic Colors of #C31F82
Black with #C31F82
Text Example
Text Example
White with #C31F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31F82; }
p { color: rgb(195,31,130); }
H1.HeaderClassName
{
color: #C31F82;
}
.AnyTagClassName
{
color: #C31F82;
}
</style>
background-color css
<style>
a { background-color: #C31F82; }
a { background-color: rgb(195,31,130); }
div.DivClassName
{
background-color: #C31F82;
}
.BgClassName
{
background-color: #C31F82;
}
</style>
border-color css
<style>
span { border-color: #C31F82; }
span { border-color: rgb(195,31,130); }
td.TdClassName
{
border-color: #C31F82;
}
.TagClassName
{
border-color: #C31F82;
}
</style>