Shades of Medium Red Violet #C0337C
Tints of Medium Red Violet #C0337C
RGB
CMYK
RGB Variations
Color information
#C0337C (or 0xC0337C) is known color: Medium Red Violet. HEX triplet: C0, 33 and 7C. RGB value is (192,51,124). Sum of RGB (Red+Green+Blue) = 192+51+124=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0337C is #3FCC83. Grayscale: #656565. Windows color (decimal): -4181124 or 8139712. OLE color: 8139712.
HSL color Cylindrical-coordinate representation of color #C0337C: hue angle of 328.94º 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 #C0337C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 124 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.25 |
| HSL | 328.94º | 0.58% | 0.48% | - |
| HSV(B) | 328.94º | 0.73% | 0.75% | - |
| XYZ | 26.56 | 15.03 | 20.57 | - |
| YUV | 101.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 124 | 0 | 0.73 | 0.35 | 0.25 | 328.94 | 0.58 | 0.48 |
| Hex | C0 | 33 | 7C | 0 | 49 | 23 | 19 | 149 | 3A | 30 |
| Octal | 300 | 63 | 174 | 0 | 111 | 43 | 31 | 511 | 72 | 60 |
| Binary | 11000000 | 110011 | 1111100 | 0 | 1001001 | 100011 | 11001 | 101001001 | 111010 | 110000 |
Color Harmonies of #C0337C
Complementary color
Monochromatic Colors of #C0337C
Black with #C0337C
Text Example
Text Example
White with #C0337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0337C; }
p { color: rgb(192,51,124); }
H1.HeaderClassName
{
color: #C0337C;
}
.AnyTagClassName
{
color: #C0337C;
}
</style>
background-color css
<style>
a { background-color: #C0337C; }
a { background-color: rgb(192,51,124); }
div.DivClassName
{
background-color: #C0337C;
}
.BgClassName
{
background-color: #C0337C;
}
</style>
border-color css
<style>
span { border-color: #C0337C; }
span { border-color: rgb(192,51,124); }
td.TdClassName
{
border-color: #C0337C;
}
.TagClassName
{
border-color: #C0337C;
}
</style>