Shades of Medium Red Violet #C02C74
Tints of Medium Red Violet #C02C74
RGB
CMYK
RGB Variations
Color information
#C02C74 (or 0xC02C74) is known color: Medium Red Violet. HEX triplet: C0, 2C and 74. RGB value is (192,44,116). Sum of RGB (Red+Green+Blue) = 192+44+116=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C74 is #3FD38B. Grayscale: #606060. Windows color (decimal): -4182924 or 7613632. OLE color: 7613632.
HSL color Cylindrical-coordinate representation of color #C02C74: hue angle of 330.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C74 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 116 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.25 |
| HSL | 330.81º | 0.63% | 0.46% | - |
| HSV(B) | 330.81º | 0.77% | 0.75% | - |
| XYZ | 25.79 | 14.27 | 17.92 | - |
| YUV | 96.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 116 | 0 | 0.77 | 0.40 | 0.25 | 330.81 | 0.63 | 0.46 |
| Hex | C0 | 2C | 74 | 0 | 4D | 28 | 19 | 14B | 3F | 2E |
| Octal | 300 | 54 | 164 | 0 | 115 | 50 | 31 | 513 | 77 | 56 |
| Binary | 11000000 | 101100 | 1110100 | 0 | 1001101 | 101000 | 11001 | 101001011 | 111111 | 101110 |
Color Harmonies of #C02C74
Complementary color
Monochromatic Colors of #C02C74
Black with #C02C74
Text Example
Text Example
White with #C02C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C74; }
p { color: rgb(192,44,116); }
H1.HeaderClassName
{
color: #C02C74;
}
.AnyTagClassName
{
color: #C02C74;
}
</style>
background-color css
<style>
a { background-color: #C02C74; }
a { background-color: rgb(192,44,116); }
div.DivClassName
{
background-color: #C02C74;
}
.BgClassName
{
background-color: #C02C74;
}
</style>
border-color css
<style>
span { border-color: #C02C74; }
span { border-color: rgb(192,44,116); }
td.TdClassName
{
border-color: #C02C74;
}
.TagClassName
{
border-color: #C02C74;
}
</style>