Shades of Medium Red Violet #C03273
Tints of Medium Red Violet #C03273
RGB
CMYK
RGB Variations
Color information
#C03273 (or 0xC03273) is known color: Medium Red Violet. HEX triplet: C0, 32 and 73. RGB value is (192,50,115). Sum of RGB (Red+Green+Blue) = 192+50+115=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C03273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03273 is #3FCD8C. Grayscale: #636363. Windows color (decimal): -4181389 or 7549632. OLE color: 7549632.
HSL color Cylindrical-coordinate representation of color #C03273: hue angle of 332.54º 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 #C03273 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 115 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.25 |
| HSL | 332.54º | 0.59% | 0.47% | - |
| HSV(B) | 332.54º | 0.74% | 0.75% | - |
| XYZ | 25.97 | 14.73 | 17.69 | - |
| YUV | 99.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 115 | 0 | 0.74 | 0.40 | 0.25 | 332.54 | 0.59 | 0.47 |
| Hex | C0 | 32 | 73 | 0 | 4A | 28 | 19 | 14D | 3B | 2F |
| Octal | 300 | 62 | 163 | 0 | 112 | 50 | 31 | 515 | 73 | 57 |
| Binary | 11000000 | 110010 | 1110011 | 0 | 1001010 | 101000 | 11001 | 101001101 | 111011 | 101111 |
Color Harmonies of #C03273
Complementary color
Monochromatic Colors of #C03273
Black with #C03273
Text Example
Text Example
White with #C03273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03273; }
p { color: rgb(192,50,115); }
H1.HeaderClassName
{
color: #C03273;
}
.AnyTagClassName
{
color: #C03273;
}
</style>
background-color css
<style>
a { background-color: #C03273; }
a { background-color: rgb(192,50,115); }
div.DivClassName
{
background-color: #C03273;
}
.BgClassName
{
background-color: #C03273;
}
</style>
border-color css
<style>
span { border-color: #C03273; }
span { border-color: rgb(192,50,115); }
td.TdClassName
{
border-color: #C03273;
}
.TagClassName
{
border-color: #C03273;
}
</style>