Shades of Medium Red Violet #C03585
Tints of Medium Red Violet #C03585
RGB
CMYK
RGB Variations
Color information
#C03585 (or 0xC03585) is known color: Medium Red Violet. HEX triplet: C0, 35 and 85. RGB value is (192,53,133). Sum of RGB (Red+Green+Blue) = 192+53+133=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C03585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03585 is #3FCA7A. Grayscale: #676767. Windows color (decimal): -4180603 or 8730048. OLE color: 8730048.
HSL color Cylindrical-coordinate representation of color #C03585: hue angle of 325.47º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03585 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 133 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.25 |
| HSL | 325.47º | 0.57% | 0.48% | - |
| HSV(B) | 325.47º | 0.72% | 0.75% | - |
| XYZ | 27.24 | 15.45 | 23.74 | - |
| YUV | 103.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 133 | 0 | 0.72 | 0.31 | 0.25 | 325.47 | 0.57 | 0.48 |
| Hex | C0 | 35 | 85 | 0 | 48 | 1F | 19 | 145 | 39 | 30 |
| Octal | 300 | 65 | 205 | 0 | 110 | 37 | 31 | 505 | 71 | 60 |
| Binary | 11000000 | 110101 | 10000101 | 0 | 1001000 | 11111 | 11001 | 101000101 | 111001 | 110000 |
Color Harmonies of #C03585
Complementary color
Monochromatic Colors of #C03585
Black with #C03585
Text Example
Text Example
White with #C03585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03585; }
p { color: rgb(192,53,133); }
H1.HeaderClassName
{
color: #C03585;
}
.AnyTagClassName
{
color: #C03585;
}
</style>
background-color css
<style>
a { background-color: #C03585; }
a { background-color: rgb(192,53,133); }
div.DivClassName
{
background-color: #C03585;
}
.BgClassName
{
background-color: #C03585;
}
</style>
border-color css
<style>
span { border-color: #C03585; }
span { border-color: rgb(192,53,133); }
td.TdClassName
{
border-color: #C03585;
}
.TagClassName
{
border-color: #C03585;
}
</style>