Shades of Medium Violet Red #C30A78
Tints of Medium Violet Red #C30A78
RGB
CMYK
RGB Variations
Color information
#C30A78 (or 0xC30A78) is known color: Medium Violet Red. HEX triplet: C3, 0A and 78. RGB value is (195,10,120). Sum of RGB (Red+Green+Blue) = 195+10+120=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A78 is #3CF587. Grayscale: #4D4D4D. Windows color (decimal): -3995016 or 7867075. OLE color: 7867075.
HSL color Cylindrical-coordinate representation of color #C30A78: hue angle of 324.32º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A78 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 120 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.24 |
| HSL | 324.32º | 0.9% | 0.4% | - |
| HSV(B) | 324.32º | 0.95% | 0.76% | - |
| XYZ | 26 | 13.18 | 18.94 | - |
| YUV | 77.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 120 | 0 | 0.95 | 0.38 | 0.24 | 324.32 | 0.9 | 0.4 |
| Hex | C3 | A | 78 | 0 | 5F | 26 | 18 | 144 | 5A | 28 |
| Octal | 303 | 12 | 170 | 0 | 137 | 46 | 30 | 504 | 132 | 50 |
| Binary | 11000011 | 1010 | 1111000 | 0 | 1011111 | 100110 | 11000 | 101000100 | 1011010 | 101000 |
Color Harmonies of #C30A78
Complementary color
Monochromatic Colors of #C30A78
Black with #C30A78
Text Example
Text Example
White with #C30A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A78; }
p { color: rgb(195,10,120); }
H1.HeaderClassName
{
color: #C30A78;
}
.AnyTagClassName
{
color: #C30A78;
}
</style>
background-color css
<style>
a { background-color: #C30A78; }
a { background-color: rgb(195,10,120); }
div.DivClassName
{
background-color: #C30A78;
}
.BgClassName
{
background-color: #C30A78;
}
</style>
border-color css
<style>
span { border-color: #C30A78; }
span { border-color: rgb(195,10,120); }
td.TdClassName
{
border-color: #C30A78;
}
.TagClassName
{
border-color: #C30A78;
}
</style>