Shades of Medium Violet Red #C02376
Tints of Medium Violet Red #C02376
RGB
CMYK
RGB Variations
Color information
#C02376 (or 0xC02376) is known color: Medium Violet Red. HEX triplet: C0, 23 and 76. RGB value is (192,35,118). Sum of RGB (Red+Green+Blue) = 192+35+118=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C02376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02376 is #3FDC89. Grayscale: #5B5B5B. Windows color (decimal): -4185226 or 7742400. OLE color: 7742400.
HSL color Cylindrical-coordinate representation of color #C02376: hue angle of 328.28º 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 #C02376 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 118 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.25 |
| HSL | 328.28º | 0.69% | 0.45% | - |
| HSV(B) | 328.28º | 0.82% | 0.75% | - |
| XYZ | 25.61 | 13.72 | 18.44 | - |
| YUV | 91.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 118 | 0 | 0.82 | 0.39 | 0.25 | 328.28 | 0.69 | 0.45 |
| Hex | C0 | 23 | 76 | 0 | 52 | 27 | 19 | 148 | 45 | 2D |
| Octal | 300 | 43 | 166 | 0 | 122 | 47 | 31 | 510 | 105 | 55 |
| Binary | 11000000 | 100011 | 1110110 | 0 | 1010010 | 100111 | 11001 | 101001000 | 1000101 | 101101 |
Color Harmonies of #C02376
Complementary color
Monochromatic Colors of #C02376
Black with #C02376
Text Example
Text Example
White with #C02376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02376; }
p { color: rgb(192,35,118); }
H1.HeaderClassName
{
color: #C02376;
}
.AnyTagClassName
{
color: #C02376;
}
</style>
background-color css
<style>
a { background-color: #C02376; }
a { background-color: rgb(192,35,118); }
div.DivClassName
{
background-color: #C02376;
}
.BgClassName
{
background-color: #C02376;
}
</style>
border-color css
<style>
span { border-color: #C02376; }
span { border-color: rgb(192,35,118); }
td.TdClassName
{
border-color: #C02376;
}
.TagClassName
{
border-color: #C02376;
}
</style>