Shades of Medium Violet Red #C30276
Tints of Medium Violet Red #C30276
RGB
CMYK
RGB Variations
Color information
#C30276 (or 0xC30276) is known color: Medium Violet Red. HEX triplet: C3, 02 and 76. RGB value is (195,2,118). Sum of RGB (Red+Green+Blue) = 195+2+118=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30276 is #3CFD89. Grayscale: #484848. Windows color (decimal): -3997066 or 7733955. OLE color: 7733955.
HSL color Cylindrical-coordinate representation of color #C30276: hue angle of 323.94º 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 #C30276 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.24 |
| HSL | 323.94º | 0.98% | 0.39% | - |
| HSV(B) | 323.94º | 0.99% | 0.76% | - |
| XYZ | 25.8 | 12.95 | 18.28 | - |
| YUV | 72.93 | 153.44 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 118 | 0 | 0.99 | 0.39 | 0.24 | 323.94 | 0.98 | 0.39 |
| Hex | C3 | 2 | 76 | 0 | 63 | 27 | 18 | 144 | 62 | 27 |
| Octal | 303 | 2 | 166 | 0 | 143 | 47 | 30 | 504 | 142 | 47 |
| Binary | 11000011 | 10 | 1110110 | 0 | 1100011 | 100111 | 11000 | 101000100 | 1100010 | 100111 |
Color Harmonies of #C30276
Complementary color
Monochromatic Colors of #C30276
Black with #C30276
Text Example
Text Example
White with #C30276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30276; }
p { color: rgb(195,2,118); }
H1.HeaderClassName
{
color: #C30276;
}
.AnyTagClassName
{
color: #C30276;
}
</style>
background-color css
<style>
a { background-color: #C30276; }
a { background-color: rgb(195,2,118); }
div.DivClassName
{
background-color: #C30276;
}
.BgClassName
{
background-color: #C30276;
}
</style>
border-color css
<style>
span { border-color: #C30276; }
span { border-color: rgb(195,2,118); }
td.TdClassName
{
border-color: #C30276;
}
.TagClassName
{
border-color: #C30276;
}
</style>