Shades of Medium Red Violet #C02585
Tints of Medium Red Violet #C02585
RGB
CMYK
RGB Variations
Color information
#C02585 (or 0xC02585) is known color: Medium Red Violet. HEX triplet: C0, 25 and 85. RGB value is (192,37,133). Sum of RGB (Red+Green+Blue) = 192+37+133=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02585 is #3FDA7A. Grayscale: #5E5E5E. Windows color (decimal): -4184699 or 8725952. OLE color: 8725952.
HSL color Cylindrical-coordinate representation of color #C02585: hue angle of 322.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02585 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 133 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.25 |
| HSL | 322.84º | 0.68% | 0.45% | - |
| HSV(B) | 322.84º | 0.81% | 0.75% | - |
| XYZ | 26.63 | 14.22 | 23.53 | - |
| YUV | 94.29 | 149.85 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 133 | 0 | 0.81 | 0.31 | 0.25 | 322.84 | 0.68 | 0.45 |
| Hex | C0 | 25 | 85 | 0 | 51 | 1F | 19 | 143 | 44 | 2D |
| Octal | 300 | 45 | 205 | 0 | 121 | 37 | 31 | 503 | 104 | 55 |
| Binary | 11000000 | 100101 | 10000101 | 0 | 1010001 | 11111 | 11001 | 101000011 | 1000100 | 101101 |
Color Harmonies of #C02585
Complementary color
Monochromatic Colors of #C02585
Black with #C02585
Text Example
Text Example
White with #C02585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02585; }
p { color: rgb(192,37,133); }
H1.HeaderClassName
{
color: #C02585;
}
.AnyTagClassName
{
color: #C02585;
}
</style>
background-color css
<style>
a { background-color: #C02585; }
a { background-color: rgb(192,37,133); }
div.DivClassName
{
background-color: #C02585;
}
.BgClassName
{
background-color: #C02585;
}
</style>
border-color css
<style>
span { border-color: #C02585; }
span { border-color: rgb(192,37,133); }
td.TdClassName
{
border-color: #C02585;
}
.TagClassName
{
border-color: #C02585;
}
</style>