Shades of Medium Violet Red #C30395
Tints of Medium Violet Red #C30395
RGB
CMYK
RGB Variations
Color information
#C30395 (or 0xC30395) is known color: Medium Violet Red. HEX triplet: C3, 03 and 95. RGB value is (195,3,149). Sum of RGB (Red+Green+Blue) = 195+3+149=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C30395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30395 is #3CFC6A. Grayscale: #4C4C4C. Windows color (decimal): -3996779 or 9765827. OLE color: 9765827.
HSL color Cylindrical-coordinate representation of color #C30395: hue angle of 314.38º degrees, saturation: 0.97, 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 #C30395 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.24 |
| HSL | 314.38º | 0.97% | 0.39% | - |
| HSV(B) | 314.38º | 0.98% | 0.76% | - |
| XYZ | 27.96 | 13.84 | 29.63 | - |
| YUV | 77.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 149 | 0 | 0.98 | 0.24 | 0.24 | 314.38 | 0.97 | 0.39 |
| Hex | C3 | 3 | 95 | 0 | 62 | 18 | 18 | 13A | 61 | 27 |
| Octal | 303 | 3 | 225 | 0 | 142 | 30 | 30 | 472 | 141 | 47 |
| Binary | 11000011 | 11 | 10010101 | 0 | 1100010 | 11000 | 11000 | 100111010 | 1100001 | 100111 |
Color Harmonies of #C30395
Complementary color
Monochromatic Colors of #C30395
Black with #C30395
Text Example
Text Example
White with #C30395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30395; }
p { color: rgb(195,3,149); }
H1.HeaderClassName
{
color: #C30395;
}
.AnyTagClassName
{
color: #C30395;
}
</style>
background-color css
<style>
a { background-color: #C30395; }
a { background-color: rgb(195,3,149); }
div.DivClassName
{
background-color: #C30395;
}
.BgClassName
{
background-color: #C30395;
}
</style>
border-color css
<style>
span { border-color: #C30395; }
span { border-color: rgb(195,3,149); }
td.TdClassName
{
border-color: #C30395;
}
.TagClassName
{
border-color: #C30395;
}
</style>