Shades of Medium Violet Red #C30190
Tints of Medium Violet Red #C30190
RGB
CMYK
RGB Variations
Color information
#C30190 (or 0xC30190) is known color: Medium Violet Red. HEX triplet: C3, 01 and 90. RGB value is (195,1,144). Sum of RGB (Red+Green+Blue) = 195+1+144=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C30190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30190 is #3CFE6F. Grayscale: #4A4A4A. Windows color (decimal): -3997296 or 9437635. OLE color: 9437635.
HSL color Cylindrical-coordinate representation of color #C30190: hue angle of 315.77º 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 #C30190 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 144 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.24 |
| HSL | 315.77º | 0.99% | 0.38% | - |
| HSV(B) | 315.77º | 0.99% | 0.76% | - |
| XYZ | 27.55 | 13.64 | 27.57 | - |
| YUV | 75.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 144 | 0 | 0.99 | 0.26 | 0.24 | 315.77 | 0.99 | 0.38 |
| Hex | C3 | 1 | 90 | 0 | 63 | 1A | 18 | 13C | 63 | 26 |
| Octal | 303 | 1 | 220 | 0 | 143 | 32 | 30 | 474 | 143 | 46 |
| Binary | 11000011 | 1 | 10010000 | 0 | 1100011 | 11010 | 11000 | 100111100 | 1100011 | 100110 |
Color Harmonies of #C30190
Complementary color
Monochromatic Colors of #C30190
Black with #C30190
Text Example
Text Example
White with #C30190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30190; }
p { color: rgb(195,1,144); }
H1.HeaderClassName
{
color: #C30190;
}
.AnyTagClassName
{
color: #C30190;
}
</style>
background-color css
<style>
a { background-color: #C30190; }
a { background-color: rgb(195,1,144); }
div.DivClassName
{
background-color: #C30190;
}
.BgClassName
{
background-color: #C30190;
}
</style>
border-color css
<style>
span { border-color: #C30190; }
span { border-color: rgb(195,1,144); }
td.TdClassName
{
border-color: #C30190;
}
.TagClassName
{
border-color: #C30190;
}
</style>