Shades of Medium Violet Red #C30D72
Tints of Medium Violet Red #C30D72
RGB
CMYK
RGB Variations
Color information
#C30D72 (or 0xC30D72) is known color: Medium Violet Red. HEX triplet: C3, 0D and 72. RGB value is (195,13,114). Sum of RGB (Red+Green+Blue) = 195+13+114=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D72 is #3CF28D. Grayscale: #4E4E4E. Windows color (decimal): -3994254 or 7474627. OLE color: 7474627.
HSL color Cylindrical-coordinate representation of color #C30D72: hue angle of 326.7º 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 #C30D72 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 114 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.24 |
| HSL | 326.7º | 0.88% | 0.41% | - |
| HSV(B) | 326.7º | 0.93% | 0.76% | - |
| XYZ | 25.69 | 13.1 | 17.1 | - |
| YUV | 78.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 114 | 0 | 0.93 | 0.42 | 0.24 | 326.7 | 0.88 | 0.41 |
| Hex | C3 | D | 72 | 0 | 5D | 2A | 18 | 147 | 58 | 29 |
| Octal | 303 | 15 | 162 | 0 | 135 | 52 | 30 | 507 | 130 | 51 |
| Binary | 11000011 | 1101 | 1110010 | 0 | 1011101 | 101010 | 11000 | 101000111 | 1011000 | 101001 |
Color Harmonies of #C30D72
Complementary color
Monochromatic Colors of #C30D72
Black with #C30D72
Text Example
Text Example
White with #C30D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D72; }
p { color: rgb(195,13,114); }
H1.HeaderClassName
{
color: #C30D72;
}
.AnyTagClassName
{
color: #C30D72;
}
</style>
background-color css
<style>
a { background-color: #C30D72; }
a { background-color: rgb(195,13,114); }
div.DivClassName
{
background-color: #C30D72;
}
.BgClassName
{
background-color: #C30D72;
}
</style>
border-color css
<style>
span { border-color: #C30D72; }
span { border-color: rgb(195,13,114); }
td.TdClassName
{
border-color: #C30D72;
}
.TagClassName
{
border-color: #C30D72;
}
</style>