Shades of Medium Violet Red #C30B77
Tints of Medium Violet Red #C30B77
RGB
CMYK
RGB Variations
Color information
#C30B77 (or 0xC30B77) is known color: Medium Violet Red. HEX triplet: C3, 0B and 77. RGB value is (195,11,119). Sum of RGB (Red+Green+Blue) = 195+11+119=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B77 is #3CF488. Grayscale: #4E4E4E. Windows color (decimal): -3994761 or 7801795. OLE color: 7801795.
HSL color Cylindrical-coordinate representation of color #C30B77: hue angle of 324.78º 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 #C30B77 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 119 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.24 |
| HSL | 324.78º | 0.89% | 0.4% | - |
| HSV(B) | 324.78º | 0.94% | 0.76% | - |
| XYZ | 25.96 | 13.17 | 18.63 | - |
| YUV | 78.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 119 | 0 | 0.94 | 0.39 | 0.24 | 324.78 | 0.89 | 0.4 |
| Hex | C3 | B | 77 | 0 | 5E | 27 | 18 | 145 | 59 | 28 |
| Octal | 303 | 13 | 167 | 0 | 136 | 47 | 30 | 505 | 131 | 50 |
| Binary | 11000011 | 1011 | 1110111 | 0 | 1011110 | 100111 | 11000 | 101000101 | 1011001 | 101000 |
Color Harmonies of #C30B77
Complementary color
Monochromatic Colors of #C30B77
Black with #C30B77
Text Example
Text Example
White with #C30B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B77; }
p { color: rgb(195,11,119); }
H1.HeaderClassName
{
color: #C30B77;
}
.AnyTagClassName
{
color: #C30B77;
}
</style>
background-color css
<style>
a { background-color: #C30B77; }
a { background-color: rgb(195,11,119); }
div.DivClassName
{
background-color: #C30B77;
}
.BgClassName
{
background-color: #C30B77;
}
</style>
border-color css
<style>
span { border-color: #C30B77; }
span { border-color: rgb(195,11,119); }
td.TdClassName
{
border-color: #C30B77;
}
.TagClassName
{
border-color: #C30B77;
}
</style>