Shades of Medium Violet Red #C01282
Tints of Medium Violet Red #C01282
RGB
CMYK
RGB Variations
Color information
#C01282 (or 0xC01282) is known color: Medium Violet Red. HEX triplet: C0, 12 and 82. RGB value is (192,18,130). Sum of RGB (Red+Green+Blue) = 192+18+130=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C01282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01282 is #3FED7D. Grayscale: #525252. Windows color (decimal): -4189566 or 8524480. OLE color: 8524480.
HSL color Cylindrical-coordinate representation of color #C01282: hue angle of 321.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01282 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 130 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.25 |
| HSL | 321.38º | 0.83% | 0.41% | - |
| HSV(B) | 321.38º | 0.91% | 0.75% | - |
| XYZ | 25.98 | 13.25 | 22.31 | - |
| YUV | 82.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 130 | 0 | 0.91 | 0.32 | 0.25 | 321.38 | 0.83 | 0.41 |
| Hex | C0 | 12 | 82 | 0 | 5B | 20 | 19 | 141 | 53 | 29 |
| Octal | 300 | 22 | 202 | 0 | 133 | 40 | 31 | 501 | 123 | 51 |
| Binary | 11000000 | 10010 | 10000010 | 0 | 1011011 | 100000 | 11001 | 101000001 | 1010011 | 101001 |
Color Harmonies of #C01282
Complementary color
Monochromatic Colors of #C01282
Black with #C01282
Text Example
Text Example
White with #C01282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01282; }
p { color: rgb(192,18,130); }
H1.HeaderClassName
{
color: #C01282;
}
.AnyTagClassName
{
color: #C01282;
}
</style>
background-color css
<style>
a { background-color: #C01282; }
a { background-color: rgb(192,18,130); }
div.DivClassName
{
background-color: #C01282;
}
.BgClassName
{
background-color: #C01282;
}
</style>
border-color css
<style>
span { border-color: #C01282; }
span { border-color: rgb(192,18,130); }
td.TdClassName
{
border-color: #C01282;
}
.TagClassName
{
border-color: #C01282;
}
</style>