Shades of Medium Violet Red #C30EA0
Tints of Medium Violet Red #C30EA0
RGB
CMYK
RGB Variations
Color information
#C30EA0 (or 0xC30EA0) is known color: Medium Violet Red. HEX triplet: C3, 0E and A0. RGB value is (195,14,160). Sum of RGB (Red+Green+Blue) = 195+14+160=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EA0 is #3CF15F. Grayscale: #545454. Windows color (decimal): -3993952 or 10489539. OLE color: 10489539.
HSL color Cylindrical-coordinate representation of color #C30EA0: hue angle of 311.6º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 160 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.24 |
| HSL | 311.6º | 0.87% | 0.41% | - |
| HSV(B) | 311.6º | 0.93% | 0.76% | - |
| XYZ | 29.01 | 14.45 | 34.52 | - |
| YUV | 84.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 160 | 0 | 0.93 | 0.18 | 0.24 | 311.6 | 0.87 | 0.41 |
| Hex | C3 | E | A0 | 0 | 5D | 12 | 18 | 138 | 57 | 29 |
| Octal | 303 | 16 | 240 | 0 | 135 | 22 | 30 | 470 | 127 | 51 |
| Binary | 11000011 | 1110 | 10100000 | 0 | 1011101 | 10010 | 11000 | 100111000 | 1010111 | 101001 |
Color Harmonies of #C30EA0
Complementary color
Monochromatic Colors of #C30EA0
Black with #C30EA0
Text Example
Text Example
White with #C30EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EA0; }
p { color: rgb(195,14,160); }
H1.HeaderClassName
{
color: #C30EA0;
}
.AnyTagClassName
{
color: #C30EA0;
}
</style>
background-color css
<style>
a { background-color: #C30EA0; }
a { background-color: rgb(195,14,160); }
div.DivClassName
{
background-color: #C30EA0;
}
.BgClassName
{
background-color: #C30EA0;
}
</style>
border-color css
<style>
span { border-color: #C30EA0; }
span { border-color: rgb(195,14,160); }
td.TdClassName
{
border-color: #C30EA0;
}
.TagClassName
{
border-color: #C30EA0;
}
</style>