Shades of Medium Red Violet #C03392
Tints of Medium Red Violet #C03392
RGB
CMYK
RGB Variations
Color information
#C03392 (or 0xC03392) is known color: Medium Red Violet. HEX triplet: C0, 33 and 92. RGB value is (192,51,146). Sum of RGB (Red+Green+Blue) = 192+51+146=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C03392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03392 is #3FCC6D. Grayscale: #676767. Windows color (decimal): -4181102 or 9581504. OLE color: 9581504.
HSL color Cylindrical-coordinate representation of color #C03392: hue angle of 319.57º 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 #C03392 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 146 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.25 |
| HSL | 319.57º | 0.58% | 0.48% | - |
| HSV(B) | 319.57º | 0.73% | 0.75% | - |
| XYZ | 28.11 | 15.65 | 28.73 | - |
| YUV | 103.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 146 | 0 | 0.73 | 0.24 | 0.25 | 319.57 | 0.58 | 0.48 |
| Hex | C0 | 33 | 92 | 0 | 49 | 18 | 19 | 140 | 3A | 30 |
| Octal | 300 | 63 | 222 | 0 | 111 | 30 | 31 | 500 | 72 | 60 |
| Binary | 11000000 | 110011 | 10010010 | 0 | 1001001 | 11000 | 11001 | 101000000 | 111010 | 110000 |
Color Harmonies of #C03392
Complementary color
Monochromatic Colors of #C03392
Black with #C03392
Text Example
Text Example
White with #C03392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03392; }
p { color: rgb(192,51,146); }
H1.HeaderClassName
{
color: #C03392;
}
.AnyTagClassName
{
color: #C03392;
}
</style>
background-color css
<style>
a { background-color: #C03392; }
a { background-color: rgb(192,51,146); }
div.DivClassName
{
background-color: #C03392;
}
.BgClassName
{
background-color: #C03392;
}
</style>
border-color css
<style>
span { border-color: #C03392; }
span { border-color: rgb(192,51,146); }
td.TdClassName
{
border-color: #C03392;
}
.TagClassName
{
border-color: #C03392;
}
</style>