Shades of Medium Red Violet #C03275
Tints of Medium Red Violet #C03275
RGB
CMYK
RGB Variations
Color information
#C03275 (or 0xC03275) is known color: Medium Red Violet. HEX triplet: C0, 32 and 75. RGB value is (192,50,117). Sum of RGB (Red+Green+Blue) = 192+50+117=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C03275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03275 is #3FCD8A. Grayscale: #636363. Windows color (decimal): -4181387 or 7680704. OLE color: 7680704.
HSL color Cylindrical-coordinate representation of color #C03275: hue angle of 331.69º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03275 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 117 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.25 |
| HSL | 331.69º | 0.59% | 0.47% | - |
| HSV(B) | 331.69º | 0.74% | 0.75% | - |
| XYZ | 26.09 | 14.77 | 18.31 | - |
| YUV | 100.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 117 | 0 | 0.74 | 0.39 | 0.25 | 331.69 | 0.59 | 0.47 |
| Hex | C0 | 32 | 75 | 0 | 4A | 27 | 19 | 14C | 3B | 2F |
| Octal | 300 | 62 | 165 | 0 | 112 | 47 | 31 | 514 | 73 | 57 |
| Binary | 11000000 | 110010 | 1110101 | 0 | 1001010 | 100111 | 11001 | 101001100 | 111011 | 101111 |
Color Harmonies of #C03275
Complementary color
Monochromatic Colors of #C03275
Black with #C03275
Text Example
Text Example
White with #C03275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03275; }
p { color: rgb(192,50,117); }
H1.HeaderClassName
{
color: #C03275;
}
.AnyTagClassName
{
color: #C03275;
}
</style>
background-color css
<style>
a { background-color: #C03275; }
a { background-color: rgb(192,50,117); }
div.DivClassName
{
background-color: #C03275;
}
.BgClassName
{
background-color: #C03275;
}
</style>
border-color css
<style>
span { border-color: #C03275; }
span { border-color: rgb(192,50,117); }
td.TdClassName
{
border-color: #C03275;
}
.TagClassName
{
border-color: #C03275;
}
</style>