Shades of Medium Red Violet #C02782
Tints of Medium Red Violet #C02782
RGB
CMYK
RGB Variations
Color information
#C02782 (or 0xC02782) is known color: Medium Red Violet. HEX triplet: C0, 27 and 82. RGB value is (192,39,130). Sum of RGB (Red+Green+Blue) = 192+39+130=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C02782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02782 is #3FD87D. Grayscale: #5E5E5E. Windows color (decimal): -4184190 or 8529856. OLE color: 8529856.
HSL color Cylindrical-coordinate representation of color #C02782: hue angle of 324.31º 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 #C02782 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 130 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.25 |
| HSL | 324.31º | 0.66% | 0.45% | - |
| HSV(B) | 324.31º | 0.8% | 0.75% | - |
| XYZ | 26.49 | 14.27 | 22.48 | - |
| YUV | 95.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 130 | 0 | 0.80 | 0.32 | 0.25 | 324.31 | 0.66 | 0.45 |
| Hex | C0 | 27 | 82 | 0 | 50 | 20 | 19 | 144 | 42 | 2D |
| Octal | 300 | 47 | 202 | 0 | 120 | 40 | 31 | 504 | 102 | 55 |
| Binary | 11000000 | 100111 | 10000010 | 0 | 1010000 | 100000 | 11001 | 101000100 | 1000010 | 101101 |
Color Harmonies of #C02782
Complementary color
Monochromatic Colors of #C02782
Black with #C02782
Text Example
Text Example
White with #C02782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02782; }
p { color: rgb(192,39,130); }
H1.HeaderClassName
{
color: #C02782;
}
.AnyTagClassName
{
color: #C02782;
}
</style>
background-color css
<style>
a { background-color: #C02782; }
a { background-color: rgb(192,39,130); }
div.DivClassName
{
background-color: #C02782;
}
.BgClassName
{
background-color: #C02782;
}
</style>
border-color css
<style>
span { border-color: #C02782; }
span { border-color: rgb(192,39,130); }
td.TdClassName
{
border-color: #C02782;
}
.TagClassName
{
border-color: #C02782;
}
</style>