Shades of Medium Violet Red #C3188B
Tints of Medium Violet Red #C3188B
RGB
CMYK
RGB Variations
Color information
#C3188B (or 0xC3188B) is known color: Medium Violet Red. HEX triplet: C3, 18 and 8B. RGB value is (195,24,139). Sum of RGB (Red+Green+Blue) = 195+24+139=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3188B is #3CE774. Grayscale: #575757. Windows color (decimal): -3991413 or 9115843. OLE color: 9115843.
HSL color Cylindrical-coordinate representation of color #C3188B: hue angle of 319.65º 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 #C3188B is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 139 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.24 |
| HSL | 319.65º | 0.78% | 0.43% | - |
| HSV(B) | 319.65º | 0.88% | 0.76% | - |
| XYZ | 27.49 | 14.12 | 25.7 | - |
| YUV | 88.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 139 | 0 | 0.88 | 0.29 | 0.24 | 319.65 | 0.78 | 0.43 |
| Hex | C3 | 18 | 8B | 0 | 58 | 1D | 18 | 140 | 4E | 2B |
| Octal | 303 | 30 | 213 | 0 | 130 | 35 | 30 | 500 | 116 | 53 |
| Binary | 11000011 | 11000 | 10001011 | 0 | 1011000 | 11101 | 11000 | 101000000 | 1001110 | 101011 |
Color Harmonies of #C3188B
Complementary color
Monochromatic Colors of #C3188B
Black with #C3188B
Text Example
Text Example
White with #C3188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3188B; }
p { color: rgb(195,24,139); }
H1.HeaderClassName
{
color: #C3188B;
}
.AnyTagClassName
{
color: #C3188B;
}
</style>
background-color css
<style>
a { background-color: #C3188B; }
a { background-color: rgb(195,24,139); }
div.DivClassName
{
background-color: #C3188B;
}
.BgClassName
{
background-color: #C3188B;
}
</style>
border-color css
<style>
span { border-color: #C3188B; }
span { border-color: rgb(195,24,139); }
td.TdClassName
{
border-color: #C3188B;
}
.TagClassName
{
border-color: #C3188B;
}
</style>