Shades of Medium Violet Red #C30199
Tints of Medium Violet Red #C30199
RGB
CMYK
RGB Variations
Color information
#C30199 (or 0xC30199) is known color: Medium Violet Red. HEX triplet: C3, 01 and 99. RGB value is (195,1,153). Sum of RGB (Red+Green+Blue) = 195+1+153=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C30199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30199 is #3CFE66. Grayscale: #4B4B4B. Windows color (decimal): -3997287 or 10027459. OLE color: 10027459.
HSL color Cylindrical-coordinate representation of color #C30199: hue angle of 312.99º 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 #C30199 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.24 |
| HSL | 312.99º | 0.99% | 0.38% | - |
| HSV(B) | 312.99º | 0.99% | 0.76% | - |
| XYZ | 28.27 | 13.92 | 31.33 | - |
| YUV | 76.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 153 | 0 | 0.99 | 0.22 | 0.24 | 312.99 | 0.99 | 0.38 |
| Hex | C3 | 1 | 99 | 0 | 63 | 16 | 18 | 139 | 63 | 26 |
| Octal | 303 | 1 | 231 | 0 | 143 | 26 | 30 | 471 | 143 | 46 |
| Binary | 11000011 | 1 | 10011001 | 0 | 1100011 | 10110 | 11000 | 100111001 | 1100011 | 100110 |
Color Harmonies of #C30199
Complementary color
Monochromatic Colors of #C30199
Black with #C30199
Text Example
Text Example
White with #C30199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30199; }
p { color: rgb(195,1,153); }
H1.HeaderClassName
{
color: #C30199;
}
.AnyTagClassName
{
color: #C30199;
}
</style>
background-color css
<style>
a { background-color: #C30199; }
a { background-color: rgb(195,1,153); }
div.DivClassName
{
background-color: #C30199;
}
.BgClassName
{
background-color: #C30199;
}
</style>
border-color css
<style>
span { border-color: #C30199; }
span { border-color: rgb(195,1,153); }
td.TdClassName
{
border-color: #C30199;
}
.TagClassName
{
border-color: #C30199;
}
</style>