Shades of Medium Violet Red #C30D78
Tints of Medium Violet Red #C30D78
RGB
CMYK
RGB Variations
Color information
#C30D78 (or 0xC30D78) is known color: Medium Violet Red. HEX triplet: C3, 0D and 78. RGB value is (195,13,120). Sum of RGB (Red+Green+Blue) = 195+13+120=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D78 is #3CF287. Grayscale: #4F4F4F. Windows color (decimal): -3994248 or 7867843. OLE color: 7867843.
HSL color Cylindrical-coordinate representation of color #C30D78: hue angle of 324.73º degrees, saturation: 0.88, 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 #C30D78 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 120 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.24 |
| HSL | 324.73º | 0.88% | 0.41% | - |
| HSV(B) | 324.73º | 0.93% | 0.76% | - |
| XYZ | 26.04 | 13.25 | 18.95 | - |
| YUV | 79.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 120 | 0 | 0.93 | 0.38 | 0.24 | 324.73 | 0.88 | 0.41 |
| Hex | C3 | D | 78 | 0 | 5D | 26 | 18 | 145 | 58 | 29 |
| Octal | 303 | 15 | 170 | 0 | 135 | 46 | 30 | 505 | 130 | 51 |
| Binary | 11000011 | 1101 | 1111000 | 0 | 1011101 | 100110 | 11000 | 101000101 | 1011000 | 101001 |
Color Harmonies of #C30D78
Complementary color
Monochromatic Colors of #C30D78
Black with #C30D78
Text Example
Text Example
White with #C30D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D78; }
p { color: rgb(195,13,120); }
H1.HeaderClassName
{
color: #C30D78;
}
.AnyTagClassName
{
color: #C30D78;
}
</style>
background-color css
<style>
a { background-color: #C30D78; }
a { background-color: rgb(195,13,120); }
div.DivClassName
{
background-color: #C30D78;
}
.BgClassName
{
background-color: #C30D78;
}
</style>
border-color css
<style>
span { border-color: #C30D78; }
span { border-color: rgb(195,13,120); }
td.TdClassName
{
border-color: #C30D78;
}
.TagClassName
{
border-color: #C30D78;
}
</style>