Shades of Medium Violet Red #C01280
Tints of Medium Violet Red #C01280
RGB
CMYK
RGB Variations
Color information
#C01280 (or 0xC01280) is known color: Medium Violet Red. HEX triplet: C0, 12 and 80. RGB value is (192,18,128). Sum of RGB (Red+Green+Blue) = 192+18+128=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C01280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01280 is #3FED7F. Grayscale: #525252. Windows color (decimal): -4189568 or 8393408. OLE color: 8393408.
HSL color Cylindrical-coordinate representation of color #C01280: hue angle of 322.07º 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 #C01280 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.25 |
| HSL | 322.07º | 0.83% | 0.41% | - |
| HSV(B) | 322.07º | 0.91% | 0.75% | - |
| XYZ | 25.85 | 13.2 | 21.61 | - |
| YUV | 82.57 | 153.65 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 128 | 0 | 0.91 | 0.33 | 0.25 | 322.07 | 0.83 | 0.41 |
| Hex | C0 | 12 | 80 | 0 | 5B | 21 | 19 | 142 | 53 | 29 |
| Octal | 300 | 22 | 200 | 0 | 133 | 41 | 31 | 502 | 123 | 51 |
| Binary | 11000000 | 10010 | 10000000 | 0 | 1011011 | 100001 | 11001 | 101000010 | 1010011 | 101001 |
Color Harmonies of #C01280
Complementary color
Monochromatic Colors of #C01280
Black with #C01280
Text Example
Text Example
White with #C01280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01280; }
p { color: rgb(192,18,128); }
H1.HeaderClassName
{
color: #C01280;
}
.AnyTagClassName
{
color: #C01280;
}
</style>
background-color css
<style>
a { background-color: #C01280; }
a { background-color: rgb(192,18,128); }
div.DivClassName
{
background-color: #C01280;
}
.BgClassName
{
background-color: #C01280;
}
</style>
border-color css
<style>
span { border-color: #C01280; }
span { border-color: rgb(192,18,128); }
td.TdClassName
{
border-color: #C01280;
}
.TagClassName
{
border-color: #C01280;
}
</style>