Shades of Medium Red Violet #C02786
Tints of Medium Red Violet #C02786
RGB
CMYK
RGB Variations
Color information
#C02786 (or 0xC02786) is known color: Medium Red Violet. HEX triplet: C0, 27 and 86. RGB value is (192,39,134). Sum of RGB (Red+Green+Blue) = 192+39+134=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C02786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02786 is #3FD879. Grayscale: #5F5F5F. Windows color (decimal): -4184186 or 8792000. OLE color: 8792000.
HSL color Cylindrical-coordinate representation of color #C02786: hue angle of 322.75º 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 #C02786 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 134 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.25 |
| HSL | 322.75º | 0.66% | 0.45% | - |
| HSV(B) | 322.75º | 0.8% | 0.75% | - |
| XYZ | 26.77 | 14.38 | 23.92 | - |
| YUV | 95.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 134 | 0 | 0.80 | 0.30 | 0.25 | 322.75 | 0.66 | 0.45 |
| Hex | C0 | 27 | 86 | 0 | 50 | 1E | 19 | 143 | 42 | 2D |
| Octal | 300 | 47 | 206 | 0 | 120 | 36 | 31 | 503 | 102 | 55 |
| Binary | 11000000 | 100111 | 10000110 | 0 | 1010000 | 11110 | 11001 | 101000011 | 1000010 | 101101 |
Color Harmonies of #C02786
Complementary color
Monochromatic Colors of #C02786
Black with #C02786
Text Example
Text Example
White with #C02786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02786; }
p { color: rgb(192,39,134); }
H1.HeaderClassName
{
color: #C02786;
}
.AnyTagClassName
{
color: #C02786;
}
</style>
background-color css
<style>
a { background-color: #C02786; }
a { background-color: rgb(192,39,134); }
div.DivClassName
{
background-color: #C02786;
}
.BgClassName
{
background-color: #C02786;
}
</style>
border-color css
<style>
span { border-color: #C02786; }
span { border-color: rgb(192,39,134); }
td.TdClassName
{
border-color: #C02786;
}
.TagClassName
{
border-color: #C02786;
}
</style>