Shades of Medium Violet Red #C30172
Tints of Medium Violet Red #C30172
RGB
CMYK
RGB Variations
Color information
#C30172 (or 0xC30172) is known color: Medium Violet Red. HEX triplet: C3, 01 and 72. RGB value is (195,1,114). Sum of RGB (Red+Green+Blue) = 195+1+114=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C30172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30172 is #3CFE8D. Grayscale: #474747. Windows color (decimal): -3997326 or 7471555. OLE color: 7471555.
HSL color Cylindrical-coordinate representation of color #C30172: hue angle of 325.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30172 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.24 |
| HSL | 325.05º | 0.99% | 0.38% | - |
| HSV(B) | 325.05º | 0.99% | 0.76% | - |
| XYZ | 25.55 | 12.84 | 17.05 | - |
| YUV | 71.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 114 | 0 | 0.99 | 0.42 | 0.24 | 325.05 | 0.99 | 0.38 |
| Hex | C3 | 1 | 72 | 0 | 63 | 2A | 18 | 145 | 63 | 26 |
| Octal | 303 | 1 | 162 | 0 | 143 | 52 | 30 | 505 | 143 | 46 |
| Binary | 11000011 | 1 | 1110010 | 0 | 1100011 | 101010 | 11000 | 101000101 | 1100011 | 100110 |
Color Harmonies of #C30172
Complementary color
Monochromatic Colors of #C30172
Black with #C30172
Text Example
Text Example
White with #C30172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30172; }
p { color: rgb(195,1,114); }
H1.HeaderClassName
{
color: #C30172;
}
.AnyTagClassName
{
color: #C30172;
}
</style>
background-color css
<style>
a { background-color: #C30172; }
a { background-color: rgb(195,1,114); }
div.DivClassName
{
background-color: #C30172;
}
.BgClassName
{
background-color: #C30172;
}
</style>
border-color css
<style>
span { border-color: #C30172; }
span { border-color: rgb(195,1,114); }
td.TdClassName
{
border-color: #C30172;
}
.TagClassName
{
border-color: #C30172;
}
</style>