Shades of Medium Violet Red #C30272
Tints of Medium Violet Red #C30272
RGB
CMYK
RGB Variations
Color information
#C30272 (or 0xC30272) is known color: Medium Violet Red. HEX triplet: C3, 02 and 72. RGB value is (195,2,114). Sum of RGB (Red+Green+Blue) = 195+2+114=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C30272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30272 is #3CFD8D. Grayscale: #484848. Windows color (decimal): -3997070 or 7471811. OLE color: 7471811.
HSL color Cylindrical-coordinate representation of color #C30272: hue angle of 325.18º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30272 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.24 |
| HSL | 325.18º | 0.98% | 0.39% | - |
| HSV(B) | 325.18º | 0.99% | 0.76% | - |
| XYZ | 25.56 | 12.86 | 17.05 | - |
| YUV | 72.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 114 | 0 | 0.99 | 0.42 | 0.24 | 325.18 | 0.98 | 0.39 |
| Hex | C3 | 2 | 72 | 0 | 63 | 2A | 18 | 145 | 62 | 27 |
| Octal | 303 | 2 | 162 | 0 | 143 | 52 | 30 | 505 | 142 | 47 |
| Binary | 11000011 | 10 | 1110010 | 0 | 1100011 | 101010 | 11000 | 101000101 | 1100010 | 100111 |
Color Harmonies of #C30272
Complementary color
Monochromatic Colors of #C30272
Black with #C30272
Text Example
Text Example
White with #C30272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30272; }
p { color: rgb(195,2,114); }
H1.HeaderClassName
{
color: #C30272;
}
.AnyTagClassName
{
color: #C30272;
}
</style>
background-color css
<style>
a { background-color: #C30272; }
a { background-color: rgb(195,2,114); }
div.DivClassName
{
background-color: #C30272;
}
.BgClassName
{
background-color: #C30272;
}
</style>
border-color css
<style>
span { border-color: #C30272; }
span { border-color: rgb(195,2,114); }
td.TdClassName
{
border-color: #C30272;
}
.TagClassName
{
border-color: #C30272;
}
</style>