Shades of Medium Violet Red #C30E7D
Tints of Medium Violet Red #C30E7D
RGB
CMYK
RGB Variations
Color information
#C30E7D (or 0xC30E7D) is known color: Medium Violet Red. HEX triplet: C3, 0E and 7D. RGB value is (195,14,125). Sum of RGB (Red+Green+Blue) = 195+14+125=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E7D is #3CF182. Grayscale: #505050. Windows color (decimal): -3993987 or 8195779. OLE color: 8195779.
HSL color Cylindrical-coordinate representation of color #C30E7D: hue angle of 323.2º 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 #C30E7D is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 125 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.24 |
| HSL | 323.2º | 0.87% | 0.41% | - |
| HSV(B) | 323.2º | 0.93% | 0.76% | - |
| XYZ | 26.36 | 13.4 | 20.6 | - |
| YUV | 80.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 125 | 0 | 0.93 | 0.36 | 0.24 | 323.2 | 0.87 | 0.41 |
| Hex | C3 | E | 7D | 0 | 5D | 24 | 18 | 143 | 57 | 29 |
| Octal | 303 | 16 | 175 | 0 | 135 | 44 | 30 | 503 | 127 | 51 |
| Binary | 11000011 | 1110 | 1111101 | 0 | 1011101 | 100100 | 11000 | 101000011 | 1010111 | 101001 |
Color Harmonies of #C30E7D
Complementary color
Monochromatic Colors of #C30E7D
Black with #C30E7D
Text Example
Text Example
White with #C30E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E7D; }
p { color: rgb(195,14,125); }
H1.HeaderClassName
{
color: #C30E7D;
}
.AnyTagClassName
{
color: #C30E7D;
}
</style>
background-color css
<style>
a { background-color: #C30E7D; }
a { background-color: rgb(195,14,125); }
div.DivClassName
{
background-color: #C30E7D;
}
.BgClassName
{
background-color: #C30E7D;
}
</style>
border-color css
<style>
span { border-color: #C30E7D; }
span { border-color: rgb(195,14,125); }
td.TdClassName
{
border-color: #C30E7D;
}
.TagClassName
{
border-color: #C30E7D;
}
</style>