Shades of Medium Red Violet #C02583
Tints of Medium Red Violet #C02583
RGB
CMYK
RGB Variations
Color information
#C02583 (or 0xC02583) is known color: Medium Red Violet. HEX triplet: C0, 25 and 83. RGB value is (192,37,131). Sum of RGB (Red+Green+Blue) = 192+37+131=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C02583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02583 is #3FDA7C. Grayscale: #5D5D5D. Windows color (decimal): -4184701 or 8594880. OLE color: 8594880.
HSL color Cylindrical-coordinate representation of color #C02583: hue angle of 323.61º 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 #C02583 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 131 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.25 |
| HSL | 323.61º | 0.68% | 0.45% | - |
| HSV(B) | 323.61º | 0.81% | 0.75% | - |
| XYZ | 26.5 | 14.17 | 22.81 | - |
| YUV | 94.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 131 | 0 | 0.81 | 0.32 | 0.25 | 323.61 | 0.68 | 0.45 |
| Hex | C0 | 25 | 83 | 0 | 51 | 20 | 19 | 144 | 44 | 2D |
| Octal | 300 | 45 | 203 | 0 | 121 | 40 | 31 | 504 | 104 | 55 |
| Binary | 11000000 | 100101 | 10000011 | 0 | 1010001 | 100000 | 11001 | 101000100 | 1000100 | 101101 |
Color Harmonies of #C02583
Complementary color
Monochromatic Colors of #C02583
Black with #C02583
Text Example
Text Example
White with #C02583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02583; }
p { color: rgb(192,37,131); }
H1.HeaderClassName
{
color: #C02583;
}
.AnyTagClassName
{
color: #C02583;
}
</style>
background-color css
<style>
a { background-color: #C02583; }
a { background-color: rgb(192,37,131); }
div.DivClassName
{
background-color: #C02583;
}
.BgClassName
{
background-color: #C02583;
}
</style>
border-color css
<style>
span { border-color: #C02583; }
span { border-color: rgb(192,37,131); }
td.TdClassName
{
border-color: #C02583;
}
.TagClassName
{
border-color: #C02583;
}
</style>