Shades of Medium Violet Red #C30CA0
Tints of Medium Violet Red #C30CA0
RGB
CMYK
RGB Variations
Color information
#C30CA0 (or 0xC30CA0) is known color: Medium Violet Red. HEX triplet: C3, 0C and A0. RGB value is (195,12,160). Sum of RGB (Red+Green+Blue) = 195+12+160=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CA0 is #3CF35F. Grayscale: #535353. Windows color (decimal): -3994464 or 10489027. OLE color: 10489027.
HSL color Cylindrical-coordinate representation of color #C30CA0: hue angle of 311.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CA0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 160 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.24 |
| HSL | 311.48º | 0.88% | 0.41% | - |
| HSV(B) | 311.48º | 0.94% | 0.76% | - |
| XYZ | 28.98 | 14.4 | 34.51 | - |
| YUV | 83.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 160 | 0 | 0.94 | 0.18 | 0.24 | 311.48 | 0.88 | 0.41 |
| Hex | C3 | C | A0 | 0 | 5E | 12 | 18 | 137 | 58 | 29 |
| Octal | 303 | 14 | 240 | 0 | 136 | 22 | 30 | 467 | 130 | 51 |
| Binary | 11000011 | 1100 | 10100000 | 0 | 1011110 | 10010 | 11000 | 100110111 | 1011000 | 101001 |
Color Harmonies of #C30CA0
Complementary color
Monochromatic Colors of #C30CA0
Black with #C30CA0
Text Example
Text Example
White with #C30CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CA0; }
p { color: rgb(195,12,160); }
H1.HeaderClassName
{
color: #C30CA0;
}
.AnyTagClassName
{
color: #C30CA0;
}
</style>
background-color css
<style>
a { background-color: #C30CA0; }
a { background-color: rgb(195,12,160); }
div.DivClassName
{
background-color: #C30CA0;
}
.BgClassName
{
background-color: #C30CA0;
}
</style>
border-color css
<style>
span { border-color: #C30CA0; }
span { border-color: rgb(195,12,160); }
td.TdClassName
{
border-color: #C30CA0;
}
.TagClassName
{
border-color: #C30CA0;
}
</style>