Shades of Medium Violet Red #C3188F
Tints of Medium Violet Red #C3188F
RGB
CMYK
RGB Variations
Color information
#C3188F (or 0xC3188F) is known color: Medium Violet Red. HEX triplet: C3, 18 and 8F. RGB value is (195,24,143). Sum of RGB (Red+Green+Blue) = 195+24+143=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3188F is #3CE770. Grayscale: #585858. Windows color (decimal): -3991409 or 9377987. OLE color: 9377987.
HSL color Cylindrical-coordinate representation of color #C3188F: hue angle of 318.25º 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 #C3188F is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 143 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.25º | 0.78% | 0.43% | - |
| HSV(B) | 318.25º | 0.88% | 0.76% | - |
| XYZ | 27.79 | 14.24 | 27.27 | - |
| YUV | 88.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 143 | 0 | 0.88 | 0.27 | 0.24 | 318.25 | 0.78 | 0.43 |
| Hex | C3 | 18 | 8F | 0 | 58 | 1B | 18 | 13E | 4E | 2B |
| Octal | 303 | 30 | 217 | 0 | 130 | 33 | 30 | 476 | 116 | 53 |
| Binary | 11000011 | 11000 | 10001111 | 0 | 1011000 | 11011 | 11000 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C3188F
Complementary color
Monochromatic Colors of #C3188F
Black with #C3188F
Text Example
Text Example
White with #C3188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3188F; }
p { color: rgb(195,24,143); }
H1.HeaderClassName
{
color: #C3188F;
}
.AnyTagClassName
{
color: #C3188F;
}
</style>
background-color css
<style>
a { background-color: #C3188F; }
a { background-color: rgb(195,24,143); }
div.DivClassName
{
background-color: #C3188F;
}
.BgClassName
{
background-color: #C3188F;
}
</style>
border-color css
<style>
span { border-color: #C3188F; }
span { border-color: rgb(195,24,143); }
td.TdClassName
{
border-color: #C3188F;
}
.TagClassName
{
border-color: #C3188F;
}
</style>