Shades of Medium Red Violet #C03393
Tints of Medium Red Violet #C03393
RGB
CMYK
RGB Variations
Color information
#C03393 (or 0xC03393) is known color: Medium Red Violet. HEX triplet: C0, 33 and 93. RGB value is (192,51,147). Sum of RGB (Red+Green+Blue) = 192+51+147=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C03393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03393 is #3FCC6C. Grayscale: #676767. Windows color (decimal): -4181101 or 9647040. OLE color: 9647040.
HSL color Cylindrical-coordinate representation of color #C03393: hue angle of 319.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03393 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 147 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.25 |
| HSL | 319.15º | 0.58% | 0.48% | - |
| HSV(B) | 319.15º | 0.73% | 0.75% | - |
| XYZ | 28.19 | 15.68 | 29.14 | - |
| YUV | 104.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 147 | 0 | 0.73 | 0.23 | 0.25 | 319.15 | 0.58 | 0.48 |
| Hex | C0 | 33 | 93 | 0 | 49 | 17 | 19 | 13F | 3A | 30 |
| Octal | 300 | 63 | 223 | 0 | 111 | 27 | 31 | 477 | 72 | 60 |
| Binary | 11000000 | 110011 | 10010011 | 0 | 1001001 | 10111 | 11001 | 100111111 | 111010 | 110000 |
Color Harmonies of #C03393
Complementary color
Monochromatic Colors of #C03393
Black with #C03393
Text Example
Text Example
White with #C03393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03393; }
p { color: rgb(192,51,147); }
H1.HeaderClassName
{
color: #C03393;
}
.AnyTagClassName
{
color: #C03393;
}
</style>
background-color css
<style>
a { background-color: #C03393; }
a { background-color: rgb(192,51,147); }
div.DivClassName
{
background-color: #C03393;
}
.BgClassName
{
background-color: #C03393;
}
</style>
border-color css
<style>
span { border-color: #C03393; }
span { border-color: rgb(192,51,147); }
td.TdClassName
{
border-color: #C03393;
}
.TagClassName
{
border-color: #C03393;
}
</style>