Shades of Medium Red Violet #C03475
Tints of Medium Red Violet #C03475
RGB
CMYK
RGB Variations
Color information
#C03475 (or 0xC03475) is known color: Medium Red Violet. HEX triplet: C0, 34 and 75. RGB value is (192,52,117). Sum of RGB (Red+Green+Blue) = 192+52+117=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03475 is #3FCB8A. Grayscale: #656565. Windows color (decimal): -4180875 or 7681216. OLE color: 7681216.
HSL color Cylindrical-coordinate representation of color #C03475: hue angle of 332.14º 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 #C03475 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 117 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.25 |
| HSL | 332.14º | 0.57% | 0.48% | - |
| HSV(B) | 332.14º | 0.73% | 0.75% | - |
| XYZ | 26.18 | 14.95 | 18.33 | - |
| YUV | 101.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 117 | 0 | 0.73 | 0.39 | 0.25 | 332.14 | 0.57 | 0.48 |
| Hex | C0 | 34 | 75 | 0 | 49 | 27 | 19 | 14C | 39 | 30 |
| Octal | 300 | 64 | 165 | 0 | 111 | 47 | 31 | 514 | 71 | 60 |
| Binary | 11000000 | 110100 | 1110101 | 0 | 1001001 | 100111 | 11001 | 101001100 | 111001 | 110000 |
Color Harmonies of #C03475
Complementary color
Monochromatic Colors of #C03475
Black with #C03475
Text Example
Text Example
White with #C03475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03475; }
p { color: rgb(192,52,117); }
H1.HeaderClassName
{
color: #C03475;
}
.AnyTagClassName
{
color: #C03475;
}
</style>
background-color css
<style>
a { background-color: #C03475; }
a { background-color: rgb(192,52,117); }
div.DivClassName
{
background-color: #C03475;
}
.BgClassName
{
background-color: #C03475;
}
</style>
border-color css
<style>
span { border-color: #C03475; }
span { border-color: rgb(192,52,117); }
td.TdClassName
{
border-color: #C03475;
}
.TagClassName
{
border-color: #C03475;
}
</style>