Shades of Medium Violet Red #C3188D
Tints of Medium Violet Red #C3188D
RGB
CMYK
RGB Variations
Color information
#C3188D (or 0xC3188D) is known color: Medium Violet Red. HEX triplet: C3, 18 and 8D. RGB value is (195,24,141). Sum of RGB (Red+Green+Blue) = 195+24+141=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3188D is #3CE772. Grayscale: #585858. Windows color (decimal): -3991411 or 9246915. OLE color: 9246915.
HSL color Cylindrical-coordinate representation of color #C3188D: hue angle of 318.95º 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 #C3188D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 141 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.24 |
| HSL | 318.95º | 0.78% | 0.43% | - |
| HSV(B) | 318.95º | 0.88% | 0.76% | - |
| XYZ | 27.64 | 14.18 | 26.48 | - |
| YUV | 88.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 141 | 0 | 0.88 | 0.28 | 0.24 | 318.95 | 0.78 | 0.43 |
| Hex | C3 | 18 | 8D | 0 | 58 | 1C | 18 | 13F | 4E | 2B |
| Octal | 303 | 30 | 215 | 0 | 130 | 34 | 30 | 477 | 116 | 53 |
| Binary | 11000011 | 11000 | 10001101 | 0 | 1011000 | 11100 | 11000 | 100111111 | 1001110 | 101011 |
Color Harmonies of #C3188D
Complementary color
Monochromatic Colors of #C3188D
Black with #C3188D
Text Example
Text Example
White with #C3188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3188D; }
p { color: rgb(195,24,141); }
H1.HeaderClassName
{
color: #C3188D;
}
.AnyTagClassName
{
color: #C3188D;
}
</style>
background-color css
<style>
a { background-color: #C3188D; }
a { background-color: rgb(195,24,141); }
div.DivClassName
{
background-color: #C3188D;
}
.BgClassName
{
background-color: #C3188D;
}
</style>
border-color css
<style>
span { border-color: #C3188D; }
span { border-color: rgb(195,24,141); }
td.TdClassName
{
border-color: #C3188D;
}
.TagClassName
{
border-color: #C3188D;
}
</style>