Shades of Medium Violet Red #C02174
Tints of Medium Violet Red #C02174
RGB
CMYK
RGB Variations
Color information
#C02174 (or 0xC02174) is known color: Medium Violet Red. HEX triplet: C0, 21 and 74. RGB value is (192,33,116). Sum of RGB (Red+Green+Blue) = 192+33+116=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02174 is #3FDE8B. Grayscale: #595959. Windows color (decimal): -4185740 or 7610816. OLE color: 7610816.
HSL color Cylindrical-coordinate representation of color #C02174: hue angle of 328.68º 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 #C02174 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 116 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.25 |
| HSL | 328.68º | 0.71% | 0.44% | - |
| HSV(B) | 328.68º | 0.83% | 0.75% | - |
| XYZ | 25.43 | 13.56 | 17.8 | - |
| YUV | 90 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 116 | 0 | 0.83 | 0.40 | 0.25 | 328.68 | 0.71 | 0.44 |
| Hex | C0 | 21 | 74 | 0 | 53 | 28 | 19 | 149 | 47 | 2C |
| Octal | 300 | 41 | 164 | 0 | 123 | 50 | 31 | 511 | 107 | 54 |
| Binary | 11000000 | 100001 | 1110100 | 0 | 1010011 | 101000 | 11001 | 101001001 | 1000111 | 101100 |
Color Harmonies of #C02174
Complementary color
Monochromatic Colors of #C02174
Black with #C02174
Text Example
Text Example
White with #C02174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02174; }
p { color: rgb(192,33,116); }
H1.HeaderClassName
{
color: #C02174;
}
.AnyTagClassName
{
color: #C02174;
}
</style>
background-color css
<style>
a { background-color: #C02174; }
a { background-color: rgb(192,33,116); }
div.DivClassName
{
background-color: #C02174;
}
.BgClassName
{
background-color: #C02174;
}
</style>
border-color css
<style>
span { border-color: #C02174; }
span { border-color: rgb(192,33,116); }
td.TdClassName
{
border-color: #C02174;
}
.TagClassName
{
border-color: #C02174;
}
</style>