Shades of Medium Violet Red #C30996
Tints of Medium Violet Red #C30996
RGB
CMYK
RGB Variations
Color information
#C30996 (or 0xC30996) is known color: Medium Violet Red. HEX triplet: C3, 09 and 96. RGB value is (195,9,150). Sum of RGB (Red+Green+Blue) = 195+9+150=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C30996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30996 is #3CF669. Grayscale: #505050. Windows color (decimal): -3995242 or 9832899. OLE color: 9832899.
HSL color Cylindrical-coordinate representation of color #C30996: hue angle of 314.52º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30996 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.24 |
| HSL | 314.52º | 0.91% | 0.4% | - |
| HSV(B) | 314.52º | 0.95% | 0.76% | - |
| XYZ | 28.11 | 14 | 30.07 | - |
| YUV | 80.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 150 | 0 | 0.95 | 0.23 | 0.24 | 314.52 | 0.91 | 0.4 |
| Hex | C3 | 9 | 96 | 0 | 5F | 17 | 18 | 13B | 5B | 28 |
| Octal | 303 | 11 | 226 | 0 | 137 | 27 | 30 | 473 | 133 | 50 |
| Binary | 11000011 | 1001 | 10010110 | 0 | 1011111 | 10111 | 11000 | 100111011 | 1011011 | 101000 |
Color Harmonies of #C30996
Complementary color
Monochromatic Colors of #C30996
Black with #C30996
Text Example
Text Example
White with #C30996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30996; }
p { color: rgb(195,9,150); }
H1.HeaderClassName
{
color: #C30996;
}
.AnyTagClassName
{
color: #C30996;
}
</style>
background-color css
<style>
a { background-color: #C30996; }
a { background-color: rgb(195,9,150); }
div.DivClassName
{
background-color: #C30996;
}
.BgClassName
{
background-color: #C30996;
}
</style>
border-color css
<style>
span { border-color: #C30996; }
span { border-color: rgb(195,9,150); }
td.TdClassName
{
border-color: #C30996;
}
.TagClassName
{
border-color: #C30996;
}
</style>