Shades of Medium Violet Red #C01284
Tints of Medium Violet Red #C01284
RGB
CMYK
RGB Variations
Color information
#C01284 (or 0xC01284) is known color: Medium Violet Red. HEX triplet: C0, 12 and 84. RGB value is (192,18,132). Sum of RGB (Red+Green+Blue) = 192+18+132=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C01284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01284 is #3FED7B. Grayscale: #525252. Windows color (decimal): -4189564 or 8655552. OLE color: 8655552.
HSL color Cylindrical-coordinate representation of color #C01284: hue angle of 320.69º 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 #C01284 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 132 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.25 |
| HSL | 320.69º | 0.83% | 0.41% | - |
| HSV(B) | 320.69º | 0.91% | 0.75% | - |
| XYZ | 26.12 | 13.31 | 23.02 | - |
| YUV | 83.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 132 | 0 | 0.91 | 0.31 | 0.25 | 320.69 | 0.83 | 0.41 |
| Hex | C0 | 12 | 84 | 0 | 5B | 1F | 19 | 141 | 53 | 29 |
| Octal | 300 | 22 | 204 | 0 | 133 | 37 | 31 | 501 | 123 | 51 |
| Binary | 11000000 | 10010 | 10000100 | 0 | 1011011 | 11111 | 11001 | 101000001 | 1010011 | 101001 |
Color Harmonies of #C01284
Complementary color
Monochromatic Colors of #C01284
Black with #C01284
Text Example
Text Example
White with #C01284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01284; }
p { color: rgb(192,18,132); }
H1.HeaderClassName
{
color: #C01284;
}
.AnyTagClassName
{
color: #C01284;
}
</style>
background-color css
<style>
a { background-color: #C01284; }
a { background-color: rgb(192,18,132); }
div.DivClassName
{
background-color: #C01284;
}
.BgClassName
{
background-color: #C01284;
}
</style>
border-color css
<style>
span { border-color: #C01284; }
span { border-color: rgb(192,18,132); }
td.TdClassName
{
border-color: #C01284;
}
.TagClassName
{
border-color: #C01284;
}
</style>