Shades of Medium Red Violet #C03378
Tints of Medium Red Violet #C03378
RGB
CMYK
RGB Variations
Color information
#C03378 (or 0xC03378) is known color: Medium Red Violet. HEX triplet: C0, 33 and 78. RGB value is (192,51,120). Sum of RGB (Red+Green+Blue) = 192+51+120=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C03378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03378 is #3FCC87. Grayscale: #646464. Windows color (decimal): -4181128 or 7877568. OLE color: 7877568.
HSL color Cylindrical-coordinate representation of color #C03378: hue angle of 330.64º 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 #C03378 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 120 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.25 |
| HSL | 330.64º | 0.58% | 0.48% | - |
| HSV(B) | 330.64º | 0.73% | 0.75% | - |
| XYZ | 26.31 | 14.93 | 19.26 | - |
| YUV | 101.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 120 | 0 | 0.73 | 0.38 | 0.25 | 330.64 | 0.58 | 0.48 |
| Hex | C0 | 33 | 78 | 0 | 49 | 26 | 19 | 14B | 3A | 30 |
| Octal | 300 | 63 | 170 | 0 | 111 | 46 | 31 | 513 | 72 | 60 |
| Binary | 11000000 | 110011 | 1111000 | 0 | 1001001 | 100110 | 11001 | 101001011 | 111010 | 110000 |
Color Harmonies of #C03378
Complementary color
Monochromatic Colors of #C03378
Black with #C03378
Text Example
Text Example
White with #C03378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03378; }
p { color: rgb(192,51,120); }
H1.HeaderClassName
{
color: #C03378;
}
.AnyTagClassName
{
color: #C03378;
}
</style>
background-color css
<style>
a { background-color: #C03378; }
a { background-color: rgb(192,51,120); }
div.DivClassName
{
background-color: #C03378;
}
.BgClassName
{
background-color: #C03378;
}
</style>
border-color css
<style>
span { border-color: #C03378; }
span { border-color: rgb(192,51,120); }
td.TdClassName
{
border-color: #C03378;
}
.TagClassName
{
border-color: #C03378;
}
</style>