Shades of Medium Violet Red #C30EA4
Tints of Medium Violet Red #C30EA4
RGB
CMYK
RGB Variations
Color information
#C30EA4 (or 0xC30EA4) is known color: Medium Violet Red. HEX triplet: C3, 0E and A4. RGB value is (195,14,164). Sum of RGB (Red+Green+Blue) = 195+14+164=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EA4 is #3CF15B. Grayscale: #545454. Windows color (decimal): -3993948 or 10751683. OLE color: 10751683.
HSL color Cylindrical-coordinate representation of color #C30EA4: hue angle of 310.28º 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 #C30EA4 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 164 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.24 |
| HSL | 310.28º | 0.87% | 0.41% | - |
| HSV(B) | 310.28º | 0.93% | 0.76% | - |
| XYZ | 29.36 | 14.6 | 36.39 | - |
| YUV | 85.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 164 | 0 | 0.93 | 0.16 | 0.24 | 310.28 | 0.87 | 0.41 |
| Hex | C3 | E | A4 | 0 | 5D | 10 | 18 | 136 | 57 | 29 |
| Octal | 303 | 16 | 244 | 0 | 135 | 20 | 30 | 466 | 127 | 51 |
| Binary | 11000011 | 1110 | 10100100 | 0 | 1011101 | 10000 | 11000 | 100110110 | 1010111 | 101001 |
Color Harmonies of #C30EA4
Complementary color
Monochromatic Colors of #C30EA4
Black with #C30EA4
Text Example
Text Example
White with #C30EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EA4; }
p { color: rgb(195,14,164); }
H1.HeaderClassName
{
color: #C30EA4;
}
.AnyTagClassName
{
color: #C30EA4;
}
</style>
background-color css
<style>
a { background-color: #C30EA4; }
a { background-color: rgb(195,14,164); }
div.DivClassName
{
background-color: #C30EA4;
}
.BgClassName
{
background-color: #C30EA4;
}
</style>
border-color css
<style>
span { border-color: #C30EA4; }
span { border-color: rgb(195,14,164); }
td.TdClassName
{
border-color: #C30EA4;
}
.TagClassName
{
border-color: #C30EA4;
}
</style>