Shades of Medium Violet Red #C31872
Tints of Medium Violet Red #C31872
RGB
CMYK
RGB Variations
Color information
#C31872 (or 0xC31872) is known color: Medium Violet Red. HEX triplet: C3, 18 and 72. RGB value is (195,24,114). Sum of RGB (Red+Green+Blue) = 195+24+114=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C31872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31872 is #3CE78D. Grayscale: #555555. Windows color (decimal): -3991438 or 7477443. OLE color: 7477443.
HSL color Cylindrical-coordinate representation of color #C31872: hue angle of 328.42º 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 #C31872 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 114 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 328.42º | 0.78% | 0.43% | - |
| HSV(B) | 328.42º | 0.88% | 0.76% | - |
| XYZ | 25.87 | 13.47 | 17.16 | - |
| YUV | 85.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 114 | 0 | 0.88 | 0.42 | 0.24 | 328.42 | 0.78 | 0.43 |
| Hex | C3 | 18 | 72 | 0 | 58 | 2A | 18 | 148 | 4E | 2B |
| Octal | 303 | 30 | 162 | 0 | 130 | 52 | 30 | 510 | 116 | 53 |
| Binary | 11000011 | 11000 | 1110010 | 0 | 1011000 | 101010 | 11000 | 101001000 | 1001110 | 101011 |
Color Harmonies of #C31872
Complementary color
Monochromatic Colors of #C31872
Black with #C31872
Text Example
Text Example
White with #C31872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31872; }
p { color: rgb(195,24,114); }
H1.HeaderClassName
{
color: #C31872;
}
.AnyTagClassName
{
color: #C31872;
}
</style>
background-color css
<style>
a { background-color: #C31872; }
a { background-color: rgb(195,24,114); }
div.DivClassName
{
background-color: #C31872;
}
.BgClassName
{
background-color: #C31872;
}
</style>
border-color css
<style>
span { border-color: #C31872; }
span { border-color: rgb(195,24,114); }
td.TdClassName
{
border-color: #C31872;
}
.TagClassName
{
border-color: #C31872;
}
</style>