Shades of Medium Violet Red #C00282
Tints of Medium Violet Red #C00282
RGB
CMYK
RGB Variations
Color information
#C00282 (or 0xC00282) is known color: Medium Violet Red. HEX triplet: C0, 02 and 82. RGB value is (192,2,130). Sum of RGB (Red+Green+Blue) = 192+2+130=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C00282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00282 is #3FFD7D. Grayscale: #494949. Windows color (decimal): -4193662 or 8520384. OLE color: 8520384.
HSL color Cylindrical-coordinate representation of color #C00282: hue angle of 319.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00282 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.58º | 0.98% | 0.38% | - |
| HSV(B) | 319.58º | 0.99% | 0.75% | - |
| XYZ | 25.79 | 12.86 | 22.24 | - |
| YUV | 73.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 130 | 0 | 0.99 | 0.32 | 0.25 | 319.58 | 0.98 | 0.38 |
| Hex | C0 | 2 | 82 | 0 | 63 | 20 | 19 | 140 | 62 | 26 |
| Octal | 300 | 2 | 202 | 0 | 143 | 40 | 31 | 500 | 142 | 46 |
| Binary | 11000000 | 10 | 10000010 | 0 | 1100011 | 100000 | 11001 | 101000000 | 1100010 | 100110 |
Color Harmonies of #C00282
Complementary color
Monochromatic Colors of #C00282
Black with #C00282
Text Example
Text Example
White with #C00282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00282; }
p { color: rgb(192,2,130); }
H1.HeaderClassName
{
color: #C00282;
}
.AnyTagClassName
{
color: #C00282;
}
</style>
background-color css
<style>
a { background-color: #C00282; }
a { background-color: rgb(192,2,130); }
div.DivClassName
{
background-color: #C00282;
}
.BgClassName
{
background-color: #C00282;
}
</style>
border-color css
<style>
span { border-color: #C00282; }
span { border-color: rgb(192,2,130); }
td.TdClassName
{
border-color: #C00282;
}
.TagClassName
{
border-color: #C00282;
}
</style>