Shades of Medium Violet Red #C30B72
Tints of Medium Violet Red #C30B72
RGB
CMYK
RGB Variations
Color information
#C30B72 (or 0xC30B72) is known color: Medium Violet Red. HEX triplet: C3, 0B and 72. RGB value is (195,11,114). Sum of RGB (Red+Green+Blue) = 195+11+114=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B72 is #3CF48D. Grayscale: #4D4D4D. Windows color (decimal): -3994766 or 7474115. OLE color: 7474115.
HSL color Cylindrical-coordinate representation of color #C30B72: hue angle of 326.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B72 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 114 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.24 |
| HSL | 326.41º | 0.89% | 0.4% | - |
| HSV(B) | 326.41º | 0.94% | 0.76% | - |
| XYZ | 25.66 | 13.06 | 17.09 | - |
| YUV | 77.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 114 | 0 | 0.94 | 0.42 | 0.24 | 326.41 | 0.89 | 0.4 |
| Hex | C3 | B | 72 | 0 | 5E | 2A | 18 | 146 | 59 | 28 |
| Octal | 303 | 13 | 162 | 0 | 136 | 52 | 30 | 506 | 131 | 50 |
| Binary | 11000011 | 1011 | 1110010 | 0 | 1011110 | 101010 | 11000 | 101000110 | 1011001 | 101000 |
Color Harmonies of #C30B72
Complementary color
Monochromatic Colors of #C30B72
Black with #C30B72
Text Example
Text Example
White with #C30B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B72; }
p { color: rgb(195,11,114); }
H1.HeaderClassName
{
color: #C30B72;
}
.AnyTagClassName
{
color: #C30B72;
}
</style>
background-color css
<style>
a { background-color: #C30B72; }
a { background-color: rgb(195,11,114); }
div.DivClassName
{
background-color: #C30B72;
}
.BgClassName
{
background-color: #C30B72;
}
</style>
border-color css
<style>
span { border-color: #C30B72; }
span { border-color: rgb(195,11,114); }
td.TdClassName
{
border-color: #C30B72;
}
.TagClassName
{
border-color: #C30B72;
}
</style>