Shades of Medium Violet Red #C02275
Tints of Medium Violet Red #C02275
RGB
CMYK
RGB Variations
Color information
#C02275 (or 0xC02275) is known color: Medium Violet Red. HEX triplet: C0, 22 and 75. RGB value is (192,34,117). Sum of RGB (Red+Green+Blue) = 192+34+117=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C02275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02275 is #3FDD8A. Grayscale: #5A5A5A. Windows color (decimal): -4185483 or 7676608. OLE color: 7676608.
HSL color Cylindrical-coordinate representation of color #C02275: hue angle of 328.48º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02275 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 117 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.25 |
| HSL | 328.48º | 0.7% | 0.44% | - |
| HSV(B) | 328.48º | 0.82% | 0.75% | - |
| XYZ | 25.52 | 13.63 | 18.12 | - |
| YUV | 90.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 117 | 0 | 0.82 | 0.39 | 0.25 | 328.48 | 0.7 | 0.44 |
| Hex | C0 | 22 | 75 | 0 | 52 | 27 | 19 | 148 | 46 | 2C |
| Octal | 300 | 42 | 165 | 0 | 122 | 47 | 31 | 510 | 106 | 54 |
| Binary | 11000000 | 100010 | 1110101 | 0 | 1010010 | 100111 | 11001 | 101001000 | 1000110 | 101100 |
Color Harmonies of #C02275
Complementary color
Monochromatic Colors of #C02275
Black with #C02275
Text Example
Text Example
White with #C02275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02275; }
p { color: rgb(192,34,117); }
H1.HeaderClassName
{
color: #C02275;
}
.AnyTagClassName
{
color: #C02275;
}
</style>
background-color css
<style>
a { background-color: #C02275; }
a { background-color: rgb(192,34,117); }
div.DivClassName
{
background-color: #C02275;
}
.BgClassName
{
background-color: #C02275;
}
</style>
border-color css
<style>
span { border-color: #C02275; }
span { border-color: rgb(192,34,117); }
td.TdClassName
{
border-color: #C02275;
}
.TagClassName
{
border-color: #C02275;
}
</style>