Shades of Medium Red Violet #C02792
Tints of Medium Red Violet #C02792
RGB
CMYK
RGB Variations
Color information
#C02792 (or 0xC02792) is known color: Medium Red Violet. HEX triplet: C0, 27 and 92. RGB value is (192,39,146). Sum of RGB (Red+Green+Blue) = 192+39+146=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C02792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02792 is #3FD86D. Grayscale: #606060. Windows color (decimal): -4184174 or 9578432. OLE color: 9578432.
HSL color Cylindrical-coordinate representation of color #C02792: hue angle of 318.04º 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 #C02792 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 146 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.25 |
| HSL | 318.04º | 0.66% | 0.45% | - |
| HSV(B) | 318.04º | 0.8% | 0.75% | - |
| XYZ | 27.65 | 14.73 | 28.58 | - |
| YUV | 96.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 146 | 0 | 0.80 | 0.24 | 0.25 | 318.04 | 0.66 | 0.45 |
| Hex | C0 | 27 | 92 | 0 | 50 | 18 | 19 | 13E | 42 | 2D |
| Octal | 300 | 47 | 222 | 0 | 120 | 30 | 31 | 476 | 102 | 55 |
| Binary | 11000000 | 100111 | 10010010 | 0 | 1010000 | 11000 | 11001 | 100111110 | 1000010 | 101101 |
Color Harmonies of #C02792
Complementary color
Monochromatic Colors of #C02792
Black with #C02792
Text Example
Text Example
White with #C02792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02792; }
p { color: rgb(192,39,146); }
H1.HeaderClassName
{
color: #C02792;
}
.AnyTagClassName
{
color: #C02792;
}
</style>
background-color css
<style>
a { background-color: #C02792; }
a { background-color: rgb(192,39,146); }
div.DivClassName
{
background-color: #C02792;
}
.BgClassName
{
background-color: #C02792;
}
</style>
border-color css
<style>
span { border-color: #C02792; }
span { border-color: rgb(192,39,146); }
td.TdClassName
{
border-color: #C02792;
}
.TagClassName
{
border-color: #C02792;
}
</style>