Shades of Medium Violet Red #C31689
Tints of Medium Violet Red #C31689
RGB
CMYK
RGB Variations
Color information
#C31689 (or 0xC31689) is known color: Medium Violet Red. HEX triplet: C3, 16 and 89. RGB value is (195,22,137). Sum of RGB (Red+Green+Blue) = 195+22+137=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C31689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31689 is #3CE976. Grayscale: #565656. Windows color (decimal): -3991927 or 8984259. OLE color: 8984259.
HSL color Cylindrical-coordinate representation of color #C31689: hue angle of 320.12º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31689 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 137 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.24 |
| HSL | 320.12º | 0.8% | 0.43% | - |
| HSV(B) | 320.12º | 0.89% | 0.76% | - |
| XYZ | 27.31 | 13.98 | 24.93 | - |
| YUV | 86.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 137 | 0 | 0.89 | 0.30 | 0.24 | 320.12 | 0.8 | 0.43 |
| Hex | C3 | 16 | 89 | 0 | 59 | 1E | 18 | 140 | 50 | 2B |
| Octal | 303 | 26 | 211 | 0 | 131 | 36 | 30 | 500 | 120 | 53 |
| Binary | 11000011 | 10110 | 10001001 | 0 | 1011001 | 11110 | 11000 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C31689
Complementary color
Monochromatic Colors of #C31689
Black with #C31689
Text Example
Text Example
White with #C31689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31689; }
p { color: rgb(195,22,137); }
H1.HeaderClassName
{
color: #C31689;
}
.AnyTagClassName
{
color: #C31689;
}
</style>
background-color css
<style>
a { background-color: #C31689; }
a { background-color: rgb(195,22,137); }
div.DivClassName
{
background-color: #C31689;
}
.BgClassName
{
background-color: #C31689;
}
</style>
border-color css
<style>
span { border-color: #C31689; }
span { border-color: rgb(195,22,137); }
td.TdClassName
{
border-color: #C31689;
}
.TagClassName
{
border-color: #C31689;
}
</style>