Shades of Medium Violet Red #C30EA7
Tints of Medium Violet Red #C30EA7
RGB
CMYK
RGB Variations
Color information
#C30EA7 (or 0xC30EA7) is known color: Medium Violet Red. HEX triplet: C3, 0E and A7. RGB value is (195,14,167). Sum of RGB (Red+Green+Blue) = 195+14+167=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EA7 is #3CF158. Grayscale: #555555. Windows color (decimal): -3993945 or 10948291. OLE color: 10948291.
HSL color Cylindrical-coordinate representation of color #C30EA7: hue angle of 309.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 #C30EA7 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 167 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.24 |
| HSL | 309.28º | 0.87% | 0.41% | - |
| HSV(B) | 309.28º | 0.93% | 0.76% | - |
| XYZ | 29.64 | 14.71 | 37.84 | - |
| YUV | 85.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 167 | 0 | 0.93 | 0.14 | 0.24 | 309.28 | 0.87 | 0.41 |
| Hex | C3 | E | A7 | 0 | 5D | E | 18 | 135 | 57 | 29 |
| Octal | 303 | 16 | 247 | 0 | 135 | 16 | 30 | 465 | 127 | 51 |
| Binary | 11000011 | 1110 | 10100111 | 0 | 1011101 | 1110 | 11000 | 100110101 | 1010111 | 101001 |
Color Harmonies of #C30EA7
Complementary color
Monochromatic Colors of #C30EA7
Black with #C30EA7
Text Example
Text Example
White with #C30EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EA7; }
p { color: rgb(195,14,167); }
H1.HeaderClassName
{
color: #C30EA7;
}
.AnyTagClassName
{
color: #C30EA7;
}
</style>
background-color css
<style>
a { background-color: #C30EA7; }
a { background-color: rgb(195,14,167); }
div.DivClassName
{
background-color: #C30EA7;
}
.BgClassName
{
background-color: #C30EA7;
}
</style>
border-color css
<style>
span { border-color: #C30EA7; }
span { border-color: rgb(195,14,167); }
td.TdClassName
{
border-color: #C30EA7;
}
.TagClassName
{
border-color: #C30EA7;
}
</style>