Shades of Medium Violet Red #C02175
Tints of Medium Violet Red #C02175
RGB
CMYK
RGB Variations
Color information
#C02175 (or 0xC02175) is known color: Medium Violet Red. HEX triplet: C0, 21 and 75. RGB value is (192,33,117). Sum of RGB (Red+Green+Blue) = 192+33+117=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C02175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02175 is #3FDE8A. Grayscale: #595959. Windows color (decimal): -4185739 or 7676352. OLE color: 7676352.
HSL color Cylindrical-coordinate representation of color #C02175: hue angle of 328.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02175 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 117 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.25 |
| HSL | 328.3º | 0.71% | 0.44% | - |
| HSV(B) | 328.3º | 0.83% | 0.75% | - |
| XYZ | 25.49 | 13.58 | 18.11 | - |
| YUV | 90.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 117 | 0 | 0.83 | 0.39 | 0.25 | 328.3 | 0.71 | 0.44 |
| Hex | C0 | 21 | 75 | 0 | 53 | 27 | 19 | 148 | 47 | 2C |
| Octal | 300 | 41 | 165 | 0 | 123 | 47 | 31 | 510 | 107 | 54 |
| Binary | 11000000 | 100001 | 1110101 | 0 | 1010011 | 100111 | 11001 | 101001000 | 1000111 | 101100 |
Color Harmonies of #C02175
Complementary color
Monochromatic Colors of #C02175
Black with #C02175
Text Example
Text Example
White with #C02175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02175; }
p { color: rgb(192,33,117); }
H1.HeaderClassName
{
color: #C02175;
}
.AnyTagClassName
{
color: #C02175;
}
</style>
background-color css
<style>
a { background-color: #C02175; }
a { background-color: rgb(192,33,117); }
div.DivClassName
{
background-color: #C02175;
}
.BgClassName
{
background-color: #C02175;
}
</style>
border-color css
<style>
span { border-color: #C02175; }
span { border-color: rgb(192,33,117); }
td.TdClassName
{
border-color: #C02175;
}
.TagClassName
{
border-color: #C02175;
}
</style>