Shades of Medium Violet Red #C30096
Tints of Medium Violet Red #C30096
RGB
CMYK
RGB Variations
Color information
#C30096 (or 0xC30096) is known color: Medium Violet Red. HEX triplet: C3, 00 and 96. RGB value is (195,0,150). Sum of RGB (Red+Green+Blue) = 195+0+150=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C30096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30096 is #3CFF69. Grayscale: #4B4B4B. Windows color (decimal): -3997546 or 9830595. OLE color: 9830595.
HSL color Cylindrical-coordinate representation of color #C30096: hue angle of 313.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30096 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.23 | 0.24 |
| HSL | 313.85º | 1% | 0.38% | - |
| HSV(B) | 313.85º | 1% | 0.76% | - |
| XYZ | 28.01 | 13.8 | 30.04 | - |
| YUV | 75.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 150 | 0 | 1 | 0.23 | 0.24 | 313.85 | 1 | 0.38 |
| Hex | C3 | 0 | 96 | 0 | 64 | 17 | 18 | 13A | 64 | 26 |
| Octal | 303 | 0 | 226 | 0 | 144 | 27 | 30 | 472 | 144 | 46 |
| Binary | 11000011 | 0 | 10010110 | 0 | 1100100 | 10111 | 11000 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C30096
Complementary color
Monochromatic Colors of #C30096
Black with #C30096
Text Example
Text Example
White with #C30096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30096; }
p { color: rgb(195,0,150); }
H1.HeaderClassName
{
color: #C30096;
}
.AnyTagClassName
{
color: #C30096;
}
</style>
background-color css
<style>
a { background-color: #C30096; }
a { background-color: rgb(195,0,150); }
div.DivClassName
{
background-color: #C30096;
}
.BgClassName
{
background-color: #C30096;
}
</style>
border-color css
<style>
span { border-color: #C30096; }
span { border-color: rgb(195,0,150); }
td.TdClassName
{
border-color: #C30096;
}
.TagClassName
{
border-color: #C30096;
}
</style>