Shades of Medium Violet Red #C2016C
Tints of Medium Violet Red #C2016C
RGB
CMYK
RGB Variations
Color information
#C2016C (or 0xC2016C) is known color: Medium Violet Red. HEX triplet: C2, 01 and 6C. RGB value is (194,1,108). Sum of RGB (Red+Green+Blue) = 194+1+108=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2016C is #3DFE93. Grayscale: #464646. Windows color (decimal): -4062868 or 7078338. OLE color: 7078338.
HSL color Cylindrical-coordinate representation of color #C2016C: hue angle of 326.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2016C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.24 |
| HSL | 326.74º | 0.99% | 0.38% | - |
| HSV(B) | 326.74º | 0.99% | 0.76% | - |
| XYZ | 24.97 | 12.57 | 15.3 | - |
| YUV | 70.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 108 | 0 | 0.99 | 0.44 | 0.24 | 326.74 | 0.99 | 0.38 |
| Hex | C2 | 1 | 6C | 0 | 63 | 2C | 18 | 147 | 63 | 26 |
| Octal | 302 | 1 | 154 | 0 | 143 | 54 | 30 | 507 | 143 | 46 |
| Binary | 11000010 | 1 | 1101100 | 0 | 1100011 | 101100 | 11000 | 101000111 | 1100011 | 100110 |
Color Harmonies of #C2016C
Complementary color
Monochromatic Colors of #C2016C
Black with #C2016C
Text Example
Text Example
White with #C2016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2016C; }
p { color: rgb(194,1,108); }
H1.HeaderClassName
{
color: #C2016C;
}
.AnyTagClassName
{
color: #C2016C;
}
</style>
background-color css
<style>
a { background-color: #C2016C; }
a { background-color: rgb(194,1,108); }
div.DivClassName
{
background-color: #C2016C;
}
.BgClassName
{
background-color: #C2016C;
}
</style>
border-color css
<style>
span { border-color: #C2016C; }
span { border-color: rgb(194,1,108); }
td.TdClassName
{
border-color: #C2016C;
}
.TagClassName
{
border-color: #C2016C;
}
</style>