Shades of Medium Violet Red #C31869
Tints of Medium Violet Red #C31869
RGB
CMYK
RGB Variations
Color information
#C31869 (or 0xC31869) is known color: Medium Violet Red. HEX triplet: C3, 18 and 69. RGB value is (195,24,105). Sum of RGB (Red+Green+Blue) = 195+24+105=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C31869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31869 is #3CE796. Grayscale: #545454. Windows color (decimal): -3991447 or 6887619. OLE color: 6887619.
HSL color Cylindrical-coordinate representation of color #C31869: hue angle of 331.58º 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 #C31869 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 105 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.24 |
| HSL | 331.58º | 0.78% | 0.43% | - |
| HSV(B) | 331.58º | 0.88% | 0.76% | - |
| XYZ | 25.38 | 13.28 | 14.59 | - |
| YUV | 84.36 | 139.65 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 105 | 0 | 0.88 | 0.46 | 0.24 | 331.58 | 0.78 | 0.43 |
| Hex | C3 | 18 | 69 | 0 | 58 | 2E | 18 | 14C | 4E | 2B |
| Octal | 303 | 30 | 151 | 0 | 130 | 56 | 30 | 514 | 116 | 53 |
| Binary | 11000011 | 11000 | 1101001 | 0 | 1011000 | 101110 | 11000 | 101001100 | 1001110 | 101011 |
Color Harmonies of #C31869
Complementary color
Monochromatic Colors of #C31869
Black with #C31869
Text Example
Text Example
White with #C31869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31869; }
p { color: rgb(195,24,105); }
H1.HeaderClassName
{
color: #C31869;
}
.AnyTagClassName
{
color: #C31869;
}
</style>
background-color css
<style>
a { background-color: #C31869; }
a { background-color: rgb(195,24,105); }
div.DivClassName
{
background-color: #C31869;
}
.BgClassName
{
background-color: #C31869;
}
</style>
border-color css
<style>
span { border-color: #C31869; }
span { border-color: rgb(195,24,105); }
td.TdClassName
{
border-color: #C31869;
}
.TagClassName
{
border-color: #C31869;
}
</style>