Shades of Medium Violet Red #C30094
Tints of Medium Violet Red #C30094
RGB
CMYK
RGB Variations
Color information
#C30094 (or 0xC30094) is known color: Medium Violet Red. HEX triplet: C3, 00 and 94. RGB value is (195,0,148). Sum of RGB (Red+Green+Blue) = 195+0+148=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C30094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30094 is #3CFF6B. Grayscale: #4A4A4A. Windows color (decimal): -3997548 or 9699523. OLE color: 9699523.
HSL color Cylindrical-coordinate representation of color #C30094: hue angle of 314.46º 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 #C30094 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.24 | 0.24 |
| HSL | 314.46º | 1% | 0.38% | - |
| HSV(B) | 314.46º | 1% | 0.76% | - |
| XYZ | 27.85 | 13.74 | 29.2 | - |
| YUV | 75.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 148 | 0 | 1 | 0.24 | 0.24 | 314.46 | 1 | 0.38 |
| Hex | C3 | 0 | 94 | 0 | 64 | 18 | 18 | 13A | 64 | 26 |
| Octal | 303 | 0 | 224 | 0 | 144 | 30 | 30 | 472 | 144 | 46 |
| Binary | 11000011 | 0 | 10010100 | 0 | 1100100 | 11000 | 11000 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C30094
Complementary color
Monochromatic Colors of #C30094
Black with #C30094
Text Example
Text Example
White with #C30094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30094; }
p { color: rgb(195,0,148); }
H1.HeaderClassName
{
color: #C30094;
}
.AnyTagClassName
{
color: #C30094;
}
</style>
background-color css
<style>
a { background-color: #C30094; }
a { background-color: rgb(195,0,148); }
div.DivClassName
{
background-color: #C30094;
}
.BgClassName
{
background-color: #C30094;
}
</style>
border-color css
<style>
span { border-color: #C30094; }
span { border-color: rgb(195,0,148); }
td.TdClassName
{
border-color: #C30094;
}
.TagClassName
{
border-color: #C30094;
}
</style>