Shades of Medium Violet Red #C30099
Tints of Medium Violet Red #C30099
RGB
CMYK
RGB Variations
Color information
#C30099 (or 0xC30099) is known color: Medium Violet Red. HEX triplet: C3, 00 and 99. RGB value is (195,0,153). Sum of RGB (Red+Green+Blue) = 195+0+153=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C30099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30099 is #3CFF66. Grayscale: #4B4B4B. Windows color (decimal): -3997543 or 10027203. OLE color: 10027203.
HSL color Cylindrical-coordinate representation of color #C30099: hue angle of 312.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30099 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.22 | 0.24 |
| HSL | 312.92º | 1% | 0.38% | - |
| HSV(B) | 312.92º | 1% | 0.76% | - |
| XYZ | 28.26 | 13.9 | 31.33 | - |
| YUV | 75.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 153 | 0 | 1 | 0.22 | 0.24 | 312.92 | 1 | 0.38 |
| Hex | C3 | 0 | 99 | 0 | 64 | 16 | 18 | 139 | 64 | 26 |
| Octal | 303 | 0 | 231 | 0 | 144 | 26 | 30 | 471 | 144 | 46 |
| Binary | 11000011 | 0 | 10011001 | 0 | 1100100 | 10110 | 11000 | 100111001 | 1100100 | 100110 |
Color Harmonies of #C30099
Complementary color
Monochromatic Colors of #C30099
Black with #C30099
Text Example
Text Example
White with #C30099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30099; }
p { color: rgb(195,0,153); }
H1.HeaderClassName
{
color: #C30099;
}
.AnyTagClassName
{
color: #C30099;
}
</style>
background-color css
<style>
a { background-color: #C30099; }
a { background-color: rgb(195,0,153); }
div.DivClassName
{
background-color: #C30099;
}
.BgClassName
{
background-color: #C30099;
}
</style>
border-color css
<style>
span { border-color: #C30099; }
span { border-color: rgb(195,0,153); }
td.TdClassName
{
border-color: #C30099;
}
.TagClassName
{
border-color: #C30099;
}
</style>