Shades of Medium Red Violet #C03376
Tints of Medium Red Violet #C03376
RGB
CMYK
RGB Variations
Color information
#C03376 (or 0xC03376) is known color: Medium Red Violet. HEX triplet: C0, 33 and 76. RGB value is (192,51,118). Sum of RGB (Red+Green+Blue) = 192+51+118=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03376 is #3FCC89. Grayscale: #646464. Windows color (decimal): -4181130 or 7746496. OLE color: 7746496.
HSL color Cylindrical-coordinate representation of color #C03376: hue angle of 331.49º 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 #C03376 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 118 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.25 |
| HSL | 331.49º | 0.58% | 0.48% | - |
| HSV(B) | 331.49º | 0.73% | 0.75% | - |
| XYZ | 26.19 | 14.88 | 18.63 | - |
| YUV | 100.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 118 | 0 | 0.73 | 0.39 | 0.25 | 331.49 | 0.58 | 0.48 |
| Hex | C0 | 33 | 76 | 0 | 49 | 27 | 19 | 14B | 3A | 30 |
| Octal | 300 | 63 | 166 | 0 | 111 | 47 | 31 | 513 | 72 | 60 |
| Binary | 11000000 | 110011 | 1110110 | 0 | 1001001 | 100111 | 11001 | 101001011 | 111010 | 110000 |
Color Harmonies of #C03376
Complementary color
Monochromatic Colors of #C03376
Black with #C03376
Text Example
Text Example
White with #C03376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03376; }
p { color: rgb(192,51,118); }
H1.HeaderClassName
{
color: #C03376;
}
.AnyTagClassName
{
color: #C03376;
}
</style>
background-color css
<style>
a { background-color: #C03376; }
a { background-color: rgb(192,51,118); }
div.DivClassName
{
background-color: #C03376;
}
.BgClassName
{
background-color: #C03376;
}
</style>
border-color css
<style>
span { border-color: #C03376; }
span { border-color: rgb(192,51,118); }
td.TdClassName
{
border-color: #C03376;
}
.TagClassName
{
border-color: #C03376;
}
</style>