Shades of Medium Violet Red #C30E6A
Tints of Medium Violet Red #C30E6A
RGB
CMYK
RGB Variations
Color information
#C30E6A (or 0xC30E6A) is known color: Medium Violet Red. HEX triplet: C3, 0E and 6A. RGB value is (195,14,106). Sum of RGB (Red+Green+Blue) = 195+14+106=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E6A is #3CF195. Grayscale: #4E4E4E. Windows color (decimal): -3994006 or 6950595. OLE color: 6950595.
HSL color Cylindrical-coordinate representation of color #C30E6A: hue angle of 329.5º 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 #C30E6A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 106 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.24 |
| HSL | 329.5º | 0.87% | 0.41% | - |
| HSV(B) | 329.5º | 0.93% | 0.76% | - |
| XYZ | 25.26 | 12.96 | 14.81 | - |
| YUV | 78.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 106 | 0 | 0.93 | 0.46 | 0.24 | 329.5 | 0.87 | 0.41 |
| Hex | C3 | E | 6A | 0 | 5D | 2E | 18 | 14A | 57 | 29 |
| Octal | 303 | 16 | 152 | 0 | 135 | 56 | 30 | 512 | 127 | 51 |
| Binary | 11000011 | 1110 | 1101010 | 0 | 1011101 | 101110 | 11000 | 101001010 | 1010111 | 101001 |
Color Harmonies of #C30E6A
Complementary color
Monochromatic Colors of #C30E6A
Black with #C30E6A
Text Example
Text Example
White with #C30E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E6A; }
p { color: rgb(195,14,106); }
H1.HeaderClassName
{
color: #C30E6A;
}
.AnyTagClassName
{
color: #C30E6A;
}
</style>
background-color css
<style>
a { background-color: #C30E6A; }
a { background-color: rgb(195,14,106); }
div.DivClassName
{
background-color: #C30E6A;
}
.BgClassName
{
background-color: #C30E6A;
}
</style>
border-color css
<style>
span { border-color: #C30E6A; }
span { border-color: rgb(195,14,106); }
td.TdClassName
{
border-color: #C30E6A;
}
.TagClassName
{
border-color: #C30E6A;
}
</style>