Shades of Medium Violet Red #C30193
Tints of Medium Violet Red #C30193
RGB
CMYK
RGB Variations
Color information
#C30193 (or 0xC30193) is known color: Medium Violet Red. HEX triplet: C3, 01 and 93. RGB value is (195,1,147). Sum of RGB (Red+Green+Blue) = 195+1+147=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C30193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30193 is #3CFE6C. Grayscale: #4B4B4B. Windows color (decimal): -3997293 or 9634243. OLE color: 9634243.
HSL color Cylindrical-coordinate representation of color #C30193: hue angle of 314.85º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30193 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.24 |
| HSL | 314.85º | 0.99% | 0.38% | - |
| HSV(B) | 314.85º | 0.99% | 0.76% | - |
| XYZ | 27.78 | 13.73 | 28.79 | - |
| YUV | 75.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 147 | 0 | 0.99 | 0.25 | 0.24 | 314.85 | 0.99 | 0.38 |
| Hex | C3 | 1 | 93 | 0 | 63 | 19 | 18 | 13B | 63 | 26 |
| Octal | 303 | 1 | 223 | 0 | 143 | 31 | 30 | 473 | 143 | 46 |
| Binary | 11000011 | 1 | 10010011 | 0 | 1100011 | 11001 | 11000 | 100111011 | 1100011 | 100110 |
Color Harmonies of #C30193
Complementary color
Monochromatic Colors of #C30193
Black with #C30193
Text Example
Text Example
White with #C30193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30193; }
p { color: rgb(195,1,147); }
H1.HeaderClassName
{
color: #C30193;
}
.AnyTagClassName
{
color: #C30193;
}
</style>
background-color css
<style>
a { background-color: #C30193; }
a { background-color: rgb(195,1,147); }
div.DivClassName
{
background-color: #C30193;
}
.BgClassName
{
background-color: #C30193;
}
</style>
border-color css
<style>
span { border-color: #C30193; }
span { border-color: rgb(195,1,147); }
td.TdClassName
{
border-color: #C30193;
}
.TagClassName
{
border-color: #C30193;
}
</style>