Shades of Medium Violet Red #C31898
Tints of Medium Violet Red #C31898
RGB
CMYK
RGB Variations
Color information
#C31898 (or 0xC31898) is known color: Medium Violet Red. HEX triplet: C3, 18 and 98. RGB value is (195,24,152). Sum of RGB (Red+Green+Blue) = 195+24+152=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C31898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31898 is #3CE767. Grayscale: #595959. Windows color (decimal): -3991400 or 9967811. OLE color: 9967811.
HSL color Cylindrical-coordinate representation of color #C31898: hue angle of 315.09º 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 #C31898 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 152 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.24 |
| HSL | 315.09º | 0.78% | 0.43% | - |
| HSV(B) | 315.09º | 0.88% | 0.76% | - |
| XYZ | 28.5 | 14.52 | 31.01 | - |
| YUV | 89.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 152 | 0 | 0.88 | 0.22 | 0.24 | 315.09 | 0.78 | 0.43 |
| Hex | C3 | 18 | 98 | 0 | 58 | 16 | 18 | 13B | 4E | 2B |
| Octal | 303 | 30 | 230 | 0 | 130 | 26 | 30 | 473 | 116 | 53 |
| Binary | 11000011 | 11000 | 10011000 | 0 | 1011000 | 10110 | 11000 | 100111011 | 1001110 | 101011 |
Color Harmonies of #C31898
Complementary color
Monochromatic Colors of #C31898
Black with #C31898
Text Example
Text Example
White with #C31898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31898; }
p { color: rgb(195,24,152); }
H1.HeaderClassName
{
color: #C31898;
}
.AnyTagClassName
{
color: #C31898;
}
</style>
background-color css
<style>
a { background-color: #C31898; }
a { background-color: rgb(195,24,152); }
div.DivClassName
{
background-color: #C31898;
}
.BgClassName
{
background-color: #C31898;
}
</style>
border-color css
<style>
span { border-color: #C31898; }
span { border-color: rgb(195,24,152); }
td.TdClassName
{
border-color: #C31898;
}
.TagClassName
{
border-color: #C31898;
}
</style>