Shades of Medium Violet Red #C30496
Tints of Medium Violet Red #C30496
RGB
CMYK
RGB Variations
Color information
#C30496 (or 0xC30496) is known color: Medium Violet Red. HEX triplet: C3, 04 and 96. RGB value is (195,4,150). Sum of RGB (Red+Green+Blue) = 195+4+150=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C30496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30496 is #3CFB69. Grayscale: #4D4D4D. Windows color (decimal): -3996522 or 9831619. OLE color: 9831619.
HSL color Cylindrical-coordinate representation of color #C30496: hue angle of 314.14º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30496 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.24 |
| HSL | 314.14º | 0.96% | 0.39% | - |
| HSV(B) | 314.14º | 0.98% | 0.76% | - |
| XYZ | 28.05 | 13.89 | 30.06 | - |
| YUV | 77.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 150 | 0 | 0.98 | 0.23 | 0.24 | 314.14 | 0.96 | 0.39 |
| Hex | C3 | 4 | 96 | 0 | 62 | 17 | 18 | 13A | 60 | 27 |
| Octal | 303 | 4 | 226 | 0 | 142 | 27 | 30 | 472 | 140 | 47 |
| Binary | 11000011 | 100 | 10010110 | 0 | 1100010 | 10111 | 11000 | 100111010 | 1100000 | 100111 |
Color Harmonies of #C30496
Complementary color
Monochromatic Colors of #C30496
Black with #C30496
Text Example
Text Example
White with #C30496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30496; }
p { color: rgb(195,4,150); }
H1.HeaderClassName
{
color: #C30496;
}
.AnyTagClassName
{
color: #C30496;
}
</style>
background-color css
<style>
a { background-color: #C30496; }
a { background-color: rgb(195,4,150); }
div.DivClassName
{
background-color: #C30496;
}
.BgClassName
{
background-color: #C30496;
}
</style>
border-color css
<style>
span { border-color: #C30496; }
span { border-color: rgb(195,4,150); }
td.TdClassName
{
border-color: #C30496;
}
.TagClassName
{
border-color: #C30496;
}
</style>