Shades of Medium Violet Red #C01884
Tints of Medium Violet Red #C01884
RGB
CMYK
RGB Variations
Color information
#C01884 (or 0xC01884) is known color: Medium Violet Red. HEX triplet: C0, 18 and 84. RGB value is (192,24,132). Sum of RGB (Red+Green+Blue) = 192+24+132=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C01884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01884 is #3FE77B. Grayscale: #565656. Windows color (decimal): -4188028 or 8657088. OLE color: 8657088.
HSL color Cylindrical-coordinate representation of color #C01884: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01884 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 132 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.25 |
| HSL | 321.43º | 0.78% | 0.42% | - |
| HSV(B) | 321.43º | 0.88% | 0.75% | - |
| XYZ | 26.23 | 13.53 | 23.06 | - |
| YUV | 86.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 132 | 0 | 0.88 | 0.31 | 0.25 | 321.43 | 0.78 | 0.42 |
| Hex | C0 | 18 | 84 | 0 | 58 | 1F | 19 | 141 | 4E | 2A |
| Octal | 300 | 30 | 204 | 0 | 130 | 37 | 31 | 501 | 116 | 52 |
| Binary | 11000000 | 11000 | 10000100 | 0 | 1011000 | 11111 | 11001 | 101000001 | 1001110 | 101010 |
Color Harmonies of #C01884
Complementary color
Monochromatic Colors of #C01884
Black with #C01884
Text Example
Text Example
White with #C01884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01884; }
p { color: rgb(192,24,132); }
H1.HeaderClassName
{
color: #C01884;
}
.AnyTagClassName
{
color: #C01884;
}
</style>
background-color css
<style>
a { background-color: #C01884; }
a { background-color: rgb(192,24,132); }
div.DivClassName
{
background-color: #C01884;
}
.BgClassName
{
background-color: #C01884;
}
</style>
border-color css
<style>
span { border-color: #C01884; }
span { border-color: rgb(192,24,132); }
td.TdClassName
{
border-color: #C01884;
}
.TagClassName
{
border-color: #C01884;
}
</style>