Shades of Medium Red Violet #C03370
Tints of Medium Red Violet #C03370
RGB
CMYK
RGB Variations
Color information
#C03370 (or 0xC03370) is known color: Medium Red Violet. HEX triplet: C0, 33 and 70. RGB value is (192,51,112). Sum of RGB (Red+Green+Blue) = 192+51+112=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C03370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03370 is #3FCC8F. Grayscale: #646464. Windows color (decimal): -4181136 or 7353280. OLE color: 7353280.
HSL color Cylindrical-coordinate representation of color #C03370: hue angle of 334.04º 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 #C03370 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 112 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.25 |
| HSL | 334.04º | 0.58% | 0.48% | - |
| HSV(B) | 334.04º | 0.73% | 0.75% | - |
| XYZ | 25.85 | 14.74 | 16.81 | - |
| YUV | 100.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 112 | 0 | 0.73 | 0.42 | 0.25 | 334.04 | 0.58 | 0.48 |
| Hex | C0 | 33 | 70 | 0 | 49 | 2A | 19 | 14E | 3A | 30 |
| Octal | 300 | 63 | 160 | 0 | 111 | 52 | 31 | 516 | 72 | 60 |
| Binary | 11000000 | 110011 | 1110000 | 0 | 1001001 | 101010 | 11001 | 101001110 | 111010 | 110000 |
Color Harmonies of #C03370
Complementary color
Monochromatic Colors of #C03370
Black with #C03370
Text Example
Text Example
White with #C03370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03370; }
p { color: rgb(192,51,112); }
H1.HeaderClassName
{
color: #C03370;
}
.AnyTagClassName
{
color: #C03370;
}
</style>
background-color css
<style>
a { background-color: #C03370; }
a { background-color: rgb(192,51,112); }
div.DivClassName
{
background-color: #C03370;
}
.BgClassName
{
background-color: #C03370;
}
</style>
border-color css
<style>
span { border-color: #C03370; }
span { border-color: rgb(192,51,112); }
td.TdClassName
{
border-color: #C03370;
}
.TagClassName
{
border-color: #C03370;
}
</style>