Shades of Medium Violet Red #C01684
Tints of Medium Violet Red #C01684
RGB
CMYK
RGB Variations
Color information
#C01684 (or 0xC01684) is known color: Medium Violet Red. HEX triplet: C0, 16 and 84. RGB value is (192,22,132). Sum of RGB (Red+Green+Blue) = 192+22+132=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01684 is #3FE97B. Grayscale: #555555. Windows color (decimal): -4188540 or 8656576. OLE color: 8656576.
HSL color Cylindrical-coordinate representation of color #C01684: hue angle of 321.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01684 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 132 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.25 |
| HSL | 321.18º | 0.79% | 0.42% | - |
| HSV(B) | 321.18º | 0.89% | 0.75% | - |
| XYZ | 26.19 | 13.45 | 23.04 | - |
| YUV | 85.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 132 | 0 | 0.89 | 0.31 | 0.25 | 321.18 | 0.79 | 0.42 |
| Hex | C0 | 16 | 84 | 0 | 59 | 1F | 19 | 141 | 4F | 2A |
| Octal | 300 | 26 | 204 | 0 | 131 | 37 | 31 | 501 | 117 | 52 |
| Binary | 11000000 | 10110 | 10000100 | 0 | 1011001 | 11111 | 11001 | 101000001 | 1001111 | 101010 |
Color Harmonies of #C01684
Complementary color
Monochromatic Colors of #C01684
Black with #C01684
Text Example
Text Example
White with #C01684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01684; }
p { color: rgb(192,22,132); }
H1.HeaderClassName
{
color: #C01684;
}
.AnyTagClassName
{
color: #C01684;
}
</style>
background-color css
<style>
a { background-color: #C01684; }
a { background-color: rgb(192,22,132); }
div.DivClassName
{
background-color: #C01684;
}
.BgClassName
{
background-color: #C01684;
}
</style>
border-color css
<style>
span { border-color: #C01684; }
span { border-color: rgb(192,22,132); }
td.TdClassName
{
border-color: #C01684;
}
.TagClassName
{
border-color: #C01684;
}
</style>