Shades of Medium Violet Red #C30E7E
Tints of Medium Violet Red #C30E7E
RGB
CMYK
RGB Variations
Color information
#C30E7E (or 0xC30E7E) is known color: Medium Violet Red. HEX triplet: C3, 0E and 7E. RGB value is (195,14,126). Sum of RGB (Red+Green+Blue) = 195+14+126=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E7E is #3CF181. Grayscale: #505050. Windows color (decimal): -3993986 or 8261315. OLE color: 8261315.
HSL color Cylindrical-coordinate representation of color #C30E7E: hue angle of 322.87º 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 #C30E7E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 126 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.24 |
| HSL | 322.87º | 0.87% | 0.41% | - |
| HSV(B) | 322.87º | 0.93% | 0.76% | - |
| XYZ | 26.43 | 13.42 | 20.94 | - |
| YUV | 80.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 126 | 0 | 0.93 | 0.35 | 0.24 | 322.87 | 0.87 | 0.41 |
| Hex | C3 | E | 7E | 0 | 5D | 23 | 18 | 143 | 57 | 29 |
| Octal | 303 | 16 | 176 | 0 | 135 | 43 | 30 | 503 | 127 | 51 |
| Binary | 11000011 | 1110 | 1111110 | 0 | 1011101 | 100011 | 11000 | 101000011 | 1010111 | 101001 |
Color Harmonies of #C30E7E
Complementary color
Monochromatic Colors of #C30E7E
Black with #C30E7E
Text Example
Text Example
White with #C30E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E7E; }
p { color: rgb(195,14,126); }
H1.HeaderClassName
{
color: #C30E7E;
}
.AnyTagClassName
{
color: #C30E7E;
}
</style>
background-color css
<style>
a { background-color: #C30E7E; }
a { background-color: rgb(195,14,126); }
div.DivClassName
{
background-color: #C30E7E;
}
.BgClassName
{
background-color: #C30E7E;
}
</style>
border-color css
<style>
span { border-color: #C30E7E; }
span { border-color: rgb(195,14,126); }
td.TdClassName
{
border-color: #C30E7E;
}
.TagClassName
{
border-color: #C30E7E;
}
</style>