Shades of Medium Violet Red #C30773
Tints of Medium Violet Red #C30773
RGB
CMYK
RGB Variations
Color information
#C30773 (or 0xC30773) is known color: Medium Violet Red. HEX triplet: C3, 07 and 73. RGB value is (195,7,115). Sum of RGB (Red+Green+Blue) = 195+7+115=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30773 is #3CF88C. Grayscale: #4B4B4B. Windows color (decimal): -3995789 or 7538627. OLE color: 7538627.
HSL color Cylindrical-coordinate representation of color #C30773: hue angle of 325.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30773 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.24 |
| HSL | 325.53º | 0.93% | 0.4% | - |
| HSV(B) | 325.53º | 0.96% | 0.76% | - |
| XYZ | 25.68 | 12.99 | 17.37 | - |
| YUV | 75.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 115 | 0 | 0.96 | 0.41 | 0.24 | 325.53 | 0.93 | 0.4 |
| Hex | C3 | 7 | 73 | 0 | 60 | 29 | 18 | 146 | 5D | 28 |
| Octal | 303 | 7 | 163 | 0 | 140 | 51 | 30 | 506 | 135 | 50 |
| Binary | 11000011 | 111 | 1110011 | 0 | 1100000 | 101001 | 11000 | 101000110 | 1011101 | 101000 |
Color Harmonies of #C30773
Complementary color
Monochromatic Colors of #C30773
Black with #C30773
Text Example
Text Example
White with #C30773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30773; }
p { color: rgb(195,7,115); }
H1.HeaderClassName
{
color: #C30773;
}
.AnyTagClassName
{
color: #C30773;
}
</style>
background-color css
<style>
a { background-color: #C30773; }
a { background-color: rgb(195,7,115); }
div.DivClassName
{
background-color: #C30773;
}
.BgClassName
{
background-color: #C30773;
}
</style>
border-color css
<style>
span { border-color: #C30773; }
span { border-color: rgb(195,7,115); }
td.TdClassName
{
border-color: #C30773;
}
.TagClassName
{
border-color: #C30773;
}
</style>