Shades of Medium Violet Red #C30C7A
Tints of Medium Violet Red #C30C7A
RGB
CMYK
RGB Variations
Color information
#C30C7A (or 0xC30C7A) is known color: Medium Violet Red. HEX triplet: C3, 0C and 7A. RGB value is (195,12,122). Sum of RGB (Red+Green+Blue) = 195+12+122=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C7A is #3CF385. Grayscale: #4F4F4F. Windows color (decimal): -3994502 or 7998659. OLE color: 7998659.
HSL color Cylindrical-coordinate representation of color #C30C7A: hue angle of 323.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C7A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 122 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.24 |
| HSL | 323.93º | 0.88% | 0.41% | - |
| HSV(B) | 323.93º | 0.94% | 0.76% | - |
| XYZ | 26.15 | 13.27 | 19.6 | - |
| YUV | 79.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 122 | 0 | 0.94 | 0.37 | 0.24 | 323.93 | 0.88 | 0.41 |
| Hex | C3 | C | 7A | 0 | 5E | 25 | 18 | 144 | 58 | 29 |
| Octal | 303 | 14 | 172 | 0 | 136 | 45 | 30 | 504 | 130 | 51 |
| Binary | 11000011 | 1100 | 1111010 | 0 | 1011110 | 100101 | 11000 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C30C7A
Complementary color
Monochromatic Colors of #C30C7A
Black with #C30C7A
Text Example
Text Example
White with #C30C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C7A; }
p { color: rgb(195,12,122); }
H1.HeaderClassName
{
color: #C30C7A;
}
.AnyTagClassName
{
color: #C30C7A;
}
</style>
background-color css
<style>
a { background-color: #C30C7A; }
a { background-color: rgb(195,12,122); }
div.DivClassName
{
background-color: #C30C7A;
}
.BgClassName
{
background-color: #C30C7A;
}
</style>
border-color css
<style>
span { border-color: #C30C7A; }
span { border-color: rgb(195,12,122); }
td.TdClassName
{
border-color: #C30C7A;
}
.TagClassName
{
border-color: #C30C7A;
}
</style>