Shades of Medium Violet Red #C3186D
Tints of Medium Violet Red #C3186D
RGB
CMYK
RGB Variations
Color information
#C3186D (or 0xC3186D) is known color: Medium Violet Red. HEX triplet: C3, 18 and 6D. RGB value is (195,24,109). Sum of RGB (Red+Green+Blue) = 195+24+109=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3186D is #3CE792. Grayscale: #545454. Windows color (decimal): -3991443 or 7149763. OLE color: 7149763.
HSL color Cylindrical-coordinate representation of color #C3186D: hue angle of 330.18º 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 #C3186D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 109 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.24 |
| HSL | 330.18º | 0.78% | 0.43% | - |
| HSV(B) | 330.18º | 0.88% | 0.76% | - |
| XYZ | 25.59 | 13.36 | 15.7 | - |
| YUV | 84.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 109 | 0 | 0.88 | 0.44 | 0.24 | 330.18 | 0.78 | 0.43 |
| Hex | C3 | 18 | 6D | 0 | 58 | 2C | 18 | 14A | 4E | 2B |
| Octal | 303 | 30 | 155 | 0 | 130 | 54 | 30 | 512 | 116 | 53 |
| Binary | 11000011 | 11000 | 1101101 | 0 | 1011000 | 101100 | 11000 | 101001010 | 1001110 | 101011 |
Color Harmonies of #C3186D
Complementary color
Monochromatic Colors of #C3186D
Black with #C3186D
Text Example
Text Example
White with #C3186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3186D; }
p { color: rgb(195,24,109); }
H1.HeaderClassName
{
color: #C3186D;
}
.AnyTagClassName
{
color: #C3186D;
}
</style>
background-color css
<style>
a { background-color: #C3186D; }
a { background-color: rgb(195,24,109); }
div.DivClassName
{
background-color: #C3186D;
}
.BgClassName
{
background-color: #C3186D;
}
</style>
border-color css
<style>
span { border-color: #C3186D; }
span { border-color: rgb(195,24,109); }
td.TdClassName
{
border-color: #C3186D;
}
.TagClassName
{
border-color: #C3186D;
}
</style>