Shades of Medium Red Violet #C03375
Tints of Medium Red Violet #C03375
RGB
CMYK
RGB Variations
Color information
#C03375 (or 0xC03375) is known color: Medium Red Violet. HEX triplet: C0, 33 and 75. RGB value is (192,51,117). Sum of RGB (Red+Green+Blue) = 192+51+117=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03375 is #3FCC8A. Grayscale: #646464. Windows color (decimal): -4181131 or 7680960. OLE color: 7680960.
HSL color Cylindrical-coordinate representation of color #C03375: hue angle of 331.91º 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 #C03375 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 117 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.25 |
| HSL | 331.91º | 0.58% | 0.48% | - |
| HSV(B) | 331.91º | 0.73% | 0.75% | - |
| XYZ | 26.13 | 14.86 | 18.32 | - |
| YUV | 100.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 117 | 0 | 0.73 | 0.39 | 0.25 | 331.91 | 0.58 | 0.48 |
| Hex | C0 | 33 | 75 | 0 | 49 | 27 | 19 | 14C | 3A | 30 |
| Octal | 300 | 63 | 165 | 0 | 111 | 47 | 31 | 514 | 72 | 60 |
| Binary | 11000000 | 110011 | 1110101 | 0 | 1001001 | 100111 | 11001 | 101001100 | 111010 | 110000 |
Color Harmonies of #C03375
Complementary color
Monochromatic Colors of #C03375
Black with #C03375
Text Example
Text Example
White with #C03375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03375; }
p { color: rgb(192,51,117); }
H1.HeaderClassName
{
color: #C03375;
}
.AnyTagClassName
{
color: #C03375;
}
</style>
background-color css
<style>
a { background-color: #C03375; }
a { background-color: rgb(192,51,117); }
div.DivClassName
{
background-color: #C03375;
}
.BgClassName
{
background-color: #C03375;
}
</style>
border-color css
<style>
span { border-color: #C03375; }
span { border-color: rgb(192,51,117); }
td.TdClassName
{
border-color: #C03375;
}
.TagClassName
{
border-color: #C03375;
}
</style>