Shades of Medium Red Violet #C03472
Tints of Medium Red Violet #C03472
RGB
CMYK
RGB Variations
Color information
#C03472 (or 0xC03472) is known color: Medium Red Violet. HEX triplet: C0, 34 and 72. RGB value is (192,52,114). Sum of RGB (Red+Green+Blue) = 192+52+114=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03472 is #3FCB8D. Grayscale: #646464. Windows color (decimal): -4180878 or 7484608. OLE color: 7484608.
HSL color Cylindrical-coordinate representation of color #C03472: hue angle of 333.43º degrees, saturation: 0.57, 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 #C03472 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 114 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.25 |
| HSL | 333.43º | 0.57% | 0.48% | - |
| HSV(B) | 333.43º | 0.73% | 0.75% | - |
| XYZ | 26 | 14.88 | 17.42 | - |
| YUV | 100.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 114 | 0 | 0.73 | 0.41 | 0.25 | 333.43 | 0.57 | 0.48 |
| Hex | C0 | 34 | 72 | 0 | 49 | 29 | 19 | 14D | 39 | 30 |
| Octal | 300 | 64 | 162 | 0 | 111 | 51 | 31 | 515 | 71 | 60 |
| Binary | 11000000 | 110100 | 1110010 | 0 | 1001001 | 101001 | 11001 | 101001101 | 111001 | 110000 |
Color Harmonies of #C03472
Complementary color
Monochromatic Colors of #C03472
Black with #C03472
Text Example
Text Example
White with #C03472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03472; }
p { color: rgb(192,52,114); }
H1.HeaderClassName
{
color: #C03472;
}
.AnyTagClassName
{
color: #C03472;
}
</style>
background-color css
<style>
a { background-color: #C03472; }
a { background-color: rgb(192,52,114); }
div.DivClassName
{
background-color: #C03472;
}
.BgClassName
{
background-color: #C03472;
}
</style>
border-color css
<style>
span { border-color: #C03472; }
span { border-color: rgb(192,52,114); }
td.TdClassName
{
border-color: #C03472;
}
.TagClassName
{
border-color: #C03472;
}
</style>