Shades of Medium Violet Red #C30170
Tints of Medium Violet Red #C30170
RGB
CMYK
RGB Variations
Color information
#C30170 (or 0xC30170) is known color: Medium Violet Red. HEX triplet: C3, 01 and 70. RGB value is (195,1,112). Sum of RGB (Red+Green+Blue) = 195+1+112=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30170 is #3CFE8F. Grayscale: #474747. Windows color (decimal): -3997328 or 7340483. OLE color: 7340483.
HSL color Cylindrical-coordinate representation of color #C30170: hue angle of 325.67º 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 #C30170 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.24 |
| HSL | 325.67º | 0.99% | 0.38% | - |
| HSV(B) | 325.67º | 0.99% | 0.76% | - |
| XYZ | 25.44 | 12.79 | 16.46 | - |
| YUV | 71.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 112 | 0 | 0.99 | 0.43 | 0.24 | 325.67 | 0.99 | 0.38 |
| Hex | C3 | 1 | 70 | 0 | 63 | 2B | 18 | 146 | 63 | 26 |
| Octal | 303 | 1 | 160 | 0 | 143 | 53 | 30 | 506 | 143 | 46 |
| Binary | 11000011 | 1 | 1110000 | 0 | 1100011 | 101011 | 11000 | 101000110 | 1100011 | 100110 |
Color Harmonies of #C30170
Complementary color
Monochromatic Colors of #C30170
Black with #C30170
Text Example
Text Example
White with #C30170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30170; }
p { color: rgb(195,1,112); }
H1.HeaderClassName
{
color: #C30170;
}
.AnyTagClassName
{
color: #C30170;
}
</style>
background-color css
<style>
a { background-color: #C30170; }
a { background-color: rgb(195,1,112); }
div.DivClassName
{
background-color: #C30170;
}
.BgClassName
{
background-color: #C30170;
}
</style>
border-color css
<style>
span { border-color: #C30170; }
span { border-color: rgb(195,1,112); }
td.TdClassName
{
border-color: #C30170;
}
.TagClassName
{
border-color: #C30170;
}
</style>