Shades of Medium Violet Red #C02380
Tints of Medium Violet Red #C02380
RGB
CMYK
RGB Variations
Color information
#C02380 (or 0xC02380) is known color: Medium Violet Red. HEX triplet: C0, 23 and 80. RGB value is (192,35,128). Sum of RGB (Red+Green+Blue) = 192+35+128=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C02380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02380 is #3FDC7F. Grayscale: #5C5C5C. Windows color (decimal): -4185216 or 8397760. OLE color: 8397760.
HSL color Cylindrical-coordinate representation of color #C02380: hue angle of 324.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02380 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 128 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.25 |
| HSL | 324.46º | 0.69% | 0.45% | - |
| HSV(B) | 324.46º | 0.82% | 0.75% | - |
| XYZ | 26.24 | 13.97 | 21.74 | - |
| YUV | 92.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 128 | 0 | 0.82 | 0.33 | 0.25 | 324.46 | 0.69 | 0.45 |
| Hex | C0 | 23 | 80 | 0 | 52 | 21 | 19 | 144 | 45 | 2D |
| Octal | 300 | 43 | 200 | 0 | 122 | 41 | 31 | 504 | 105 | 55 |
| Binary | 11000000 | 100011 | 10000000 | 0 | 1010010 | 100001 | 11001 | 101000100 | 1000101 | 101101 |
Color Harmonies of #C02380
Complementary color
Monochromatic Colors of #C02380
Black with #C02380
Text Example
Text Example
White with #C02380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02380; }
p { color: rgb(192,35,128); }
H1.HeaderClassName
{
color: #C02380;
}
.AnyTagClassName
{
color: #C02380;
}
</style>
background-color css
<style>
a { background-color: #C02380; }
a { background-color: rgb(192,35,128); }
div.DivClassName
{
background-color: #C02380;
}
.BgClassName
{
background-color: #C02380;
}
</style>
border-color css
<style>
span { border-color: #C02380; }
span { border-color: rgb(192,35,128); }
td.TdClassName
{
border-color: #C02380;
}
.TagClassName
{
border-color: #C02380;
}
</style>