Shades of Medium Red Violet #C0337E
Tints of Medium Red Violet #C0337E
RGB
CMYK
RGB Variations
Color information
#C0337E (or 0xC0337E) is known color: Medium Red Violet. HEX triplet: C0, 33 and 7E. RGB value is (192,51,126). Sum of RGB (Red+Green+Blue) = 192+51+126=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0337E is #3FCC81. Grayscale: #656565. Windows color (decimal): -4181122 or 8270784. OLE color: 8270784.
HSL color Cylindrical-coordinate representation of color #C0337E: hue angle of 328.09º 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 #C0337E is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 126 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.25 |
| HSL | 328.09º | 0.58% | 0.48% | - |
| HSV(B) | 328.09º | 0.73% | 0.75% | - |
| XYZ | 26.69 | 15.08 | 21.24 | - |
| YUV | 101.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 126 | 0 | 0.73 | 0.34 | 0.25 | 328.09 | 0.58 | 0.48 |
| Hex | C0 | 33 | 7E | 0 | 49 | 22 | 19 | 148 | 3A | 30 |
| Octal | 300 | 63 | 176 | 0 | 111 | 42 | 31 | 510 | 72 | 60 |
| Binary | 11000000 | 110011 | 1111110 | 0 | 1001001 | 100010 | 11001 | 101001000 | 111010 | 110000 |
Color Harmonies of #C0337E
Complementary color
Monochromatic Colors of #C0337E
Black with #C0337E
Text Example
Text Example
White with #C0337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0337E; }
p { color: rgb(192,51,126); }
H1.HeaderClassName
{
color: #C0337E;
}
.AnyTagClassName
{
color: #C0337E;
}
</style>
background-color css
<style>
a { background-color: #C0337E; }
a { background-color: rgb(192,51,126); }
div.DivClassName
{
background-color: #C0337E;
}
.BgClassName
{
background-color: #C0337E;
}
</style>
border-color css
<style>
span { border-color: #C0337E; }
span { border-color: rgb(192,51,126); }
td.TdClassName
{
border-color: #C0337E;
}
.TagClassName
{
border-color: #C0337E;
}
</style>