Shades of Medium Violet Red #C30277
Tints of Medium Violet Red #C30277
RGB
CMYK
RGB Variations
Color information
#C30277 (or 0xC30277) is known color: Medium Violet Red. HEX triplet: C3, 02 and 77. RGB value is (195,2,119). Sum of RGB (Red+Green+Blue) = 195+2+119=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C30277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30277 is #3CFD88. Grayscale: #484848. Windows color (decimal): -3997065 or 7799491. OLE color: 7799491.
HSL color Cylindrical-coordinate representation of color #C30277: hue angle of 323.63º 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 #C30277 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.24 |
| HSL | 323.63º | 0.98% | 0.39% | - |
| HSV(B) | 323.63º | 0.99% | 0.76% | - |
| XYZ | 25.86 | 12.98 | 18.59 | - |
| YUV | 73.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 119 | 0 | 0.99 | 0.39 | 0.24 | 323.63 | 0.98 | 0.39 |
| Hex | C3 | 2 | 77 | 0 | 63 | 27 | 18 | 144 | 62 | 27 |
| Octal | 303 | 2 | 167 | 0 | 143 | 47 | 30 | 504 | 142 | 47 |
| Binary | 11000011 | 10 | 1110111 | 0 | 1100011 | 100111 | 11000 | 101000100 | 1100010 | 100111 |
Color Harmonies of #C30277
Complementary color
Monochromatic Colors of #C30277
Black with #C30277
Text Example
Text Example
White with #C30277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30277; }
p { color: rgb(195,2,119); }
H1.HeaderClassName
{
color: #C30277;
}
.AnyTagClassName
{
color: #C30277;
}
</style>
background-color css
<style>
a { background-color: #C30277; }
a { background-color: rgb(195,2,119); }
div.DivClassName
{
background-color: #C30277;
}
.BgClassName
{
background-color: #C30277;
}
</style>
border-color css
<style>
span { border-color: #C30277; }
span { border-color: rgb(195,2,119); }
td.TdClassName
{
border-color: #C30277;
}
.TagClassName
{
border-color: #C30277;
}
</style>