Shades of Medium Violet Red #C3188C
Tints of Medium Violet Red #C3188C
RGB
CMYK
RGB Variations
Color information
#C3188C (or 0xC3188C) is known color: Medium Violet Red. HEX triplet: C3, 18 and 8C. RGB value is (195,24,140). Sum of RGB (Red+Green+Blue) = 195+24+140=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3188C is #3CE773. Grayscale: #585858. Windows color (decimal): -3991412 or 9181379. OLE color: 9181379.
HSL color Cylindrical-coordinate representation of color #C3188C: hue angle of 319.3º 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 #C3188C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 140 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.24 |
| HSL | 319.3º | 0.78% | 0.43% | - |
| HSV(B) | 319.3º | 0.88% | 0.76% | - |
| XYZ | 27.57 | 14.15 | 26.09 | - |
| YUV | 88.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 140 | 0 | 0.88 | 0.28 | 0.24 | 319.3 | 0.78 | 0.43 |
| Hex | C3 | 18 | 8C | 0 | 58 | 1C | 18 | 13F | 4E | 2B |
| Octal | 303 | 30 | 214 | 0 | 130 | 34 | 30 | 477 | 116 | 53 |
| Binary | 11000011 | 11000 | 10001100 | 0 | 1011000 | 11100 | 11000 | 100111111 | 1001110 | 101011 |
Color Harmonies of #C3188C
Complementary color
Monochromatic Colors of #C3188C
Black with #C3188C
Text Example
Text Example
White with #C3188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3188C; }
p { color: rgb(195,24,140); }
H1.HeaderClassName
{
color: #C3188C;
}
.AnyTagClassName
{
color: #C3188C;
}
</style>
background-color css
<style>
a { background-color: #C3188C; }
a { background-color: rgb(195,24,140); }
div.DivClassName
{
background-color: #C3188C;
}
.BgClassName
{
background-color: #C3188C;
}
</style>
border-color css
<style>
span { border-color: #C3188C; }
span { border-color: rgb(195,24,140); }
td.TdClassName
{
border-color: #C3188C;
}
.TagClassName
{
border-color: #C3188C;
}
</style>