Shades of Medium Red Violet #C02774
Tints of Medium Red Violet #C02774
RGB
CMYK
RGB Variations
Color information
#C02774 (or 0xC02774) is known color: Medium Red Violet. HEX triplet: C0, 27 and 74. RGB value is (192,39,116). Sum of RGB (Red+Green+Blue) = 192+39+116=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C02774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02774 is #3FD88B. Grayscale: #5D5D5D. Windows color (decimal): -4184204 or 7612352. OLE color: 7612352.
HSL color Cylindrical-coordinate representation of color #C02774: hue angle of 329.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02774 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 116 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.25 |
| HSL | 329.8º | 0.66% | 0.45% | - |
| HSV(B) | 329.8º | 0.8% | 0.75% | - |
| XYZ | 25.62 | 13.92 | 17.86 | - |
| YUV | 93.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 116 | 0 | 0.80 | 0.40 | 0.25 | 329.8 | 0.66 | 0.45 |
| Hex | C0 | 27 | 74 | 0 | 50 | 28 | 19 | 14A | 42 | 2D |
| Octal | 300 | 47 | 164 | 0 | 120 | 50 | 31 | 512 | 102 | 55 |
| Binary | 11000000 | 100111 | 1110100 | 0 | 1010000 | 101000 | 11001 | 101001010 | 1000010 | 101101 |
Color Harmonies of #C02774
Complementary color
Monochromatic Colors of #C02774
Black with #C02774
Text Example
Text Example
White with #C02774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02774; }
p { color: rgb(192,39,116); }
H1.HeaderClassName
{
color: #C02774;
}
.AnyTagClassName
{
color: #C02774;
}
</style>
background-color css
<style>
a { background-color: #C02774; }
a { background-color: rgb(192,39,116); }
div.DivClassName
{
background-color: #C02774;
}
.BgClassName
{
background-color: #C02774;
}
</style>
border-color css
<style>
span { border-color: #C02774; }
span { border-color: rgb(192,39,116); }
td.TdClassName
{
border-color: #C02774;
}
.TagClassName
{
border-color: #C02774;
}
</style>