Shades of Medium Violet Red #C40282
Tints of Medium Violet Red #C40282
RGB
CMYK
RGB Variations
Color information
#C40282 (or 0xC40282) is known color: Medium Violet Red. HEX triplet: C4, 02 and 82. RGB value is (196,2,130). Sum of RGB (Red+Green+Blue) = 196+2+130=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C40282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40282 is #3BFD7D. Grayscale: #4A4A4A. Windows color (decimal): -3931518 or 8520388. OLE color: 8520388.
HSL color Cylindrical-coordinate representation of color #C40282: hue angle of 320.41º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40282 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.23 |
| HSL | 320.41º | 0.98% | 0.39% | - |
| HSV(B) | 320.41º | 0.99% | 0.77% | - |
| XYZ | 26.82 | 13.39 | 22.29 | - |
| YUV | 74.6 | 159.27 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 130 | 0 | 0.99 | 0.34 | 0.23 | 320.41 | 0.98 | 0.39 |
| Hex | C4 | 2 | 82 | 0 | 63 | 22 | 17 | 140 | 62 | 27 |
| Octal | 304 | 2 | 202 | 0 | 143 | 42 | 27 | 500 | 142 | 47 |
| Binary | 11000100 | 10 | 10000010 | 0 | 1100011 | 100010 | 10111 | 101000000 | 1100010 | 100111 |
Color Harmonies of #C40282
Complementary color
Monochromatic Colors of #C40282
Black with #C40282
Text Example
Text Example
White with #C40282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40282; }
p { color: rgb(196,2,130); }
H1.HeaderClassName
{
color: #C40282;
}
.AnyTagClassName
{
color: #C40282;
}
</style>
background-color css
<style>
a { background-color: #C40282; }
a { background-color: rgb(196,2,130); }
div.DivClassName
{
background-color: #C40282;
}
.BgClassName
{
background-color: #C40282;
}
</style>
border-color css
<style>
span { border-color: #C40282; }
span { border-color: rgb(196,2,130); }
td.TdClassName
{
border-color: #C40282;
}
.TagClassName
{
border-color: #C40282;
}
</style>