Shades of Medium Red Violet #C03293
Tints of Medium Red Violet #C03293
RGB
CMYK
RGB Variations
Color information
#C03293 (or 0xC03293) is known color: Medium Red Violet. HEX triplet: C0, 32 and 93. RGB value is (192,50,147). Sum of RGB (Red+Green+Blue) = 192+50+147=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C03293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03293 is #3FCD6C. Grayscale: #676767. Windows color (decimal): -4181357 or 9646784. OLE color: 9646784.
HSL color Cylindrical-coordinate representation of color #C03293: hue angle of 319.01º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03293 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 147 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.25 |
| HSL | 319.01º | 0.59% | 0.47% | - |
| HSV(B) | 319.01º | 0.74% | 0.75% | - |
| XYZ | 28.15 | 15.59 | 29.13 | - |
| YUV | 103.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 147 | 0 | 0.74 | 0.23 | 0.25 | 319.01 | 0.59 | 0.47 |
| Hex | C0 | 32 | 93 | 0 | 4A | 17 | 19 | 13F | 3B | 2F |
| Octal | 300 | 62 | 223 | 0 | 112 | 27 | 31 | 477 | 73 | 57 |
| Binary | 11000000 | 110010 | 10010011 | 0 | 1001010 | 10111 | 11001 | 100111111 | 111011 | 101111 |
Color Harmonies of #C03293
Complementary color
Monochromatic Colors of #C03293
Black with #C03293
Text Example
Text Example
White with #C03293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03293; }
p { color: rgb(192,50,147); }
H1.HeaderClassName
{
color: #C03293;
}
.AnyTagClassName
{
color: #C03293;
}
</style>
background-color css
<style>
a { background-color: #C03293; }
a { background-color: rgb(192,50,147); }
div.DivClassName
{
background-color: #C03293;
}
.BgClassName
{
background-color: #C03293;
}
</style>
border-color css
<style>
span { border-color: #C03293; }
span { border-color: rgb(192,50,147); }
td.TdClassName
{
border-color: #C03293;
}
.TagClassName
{
border-color: #C03293;
}
</style>