Shades of Medium Violet Red #C2046E
Tints of Medium Violet Red #C2046E
RGB
CMYK
RGB Variations
Color information
#C2046E (or 0xC2046E) is known color: Medium Violet Red. HEX triplet: C2, 04 and 6E. RGB value is (194,4,110). Sum of RGB (Red+Green+Blue) = 194+4+110=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2046E is #3DFB91. Grayscale: #484848. Windows color (decimal): -4062098 or 7210178. OLE color: 7210178.
HSL color Cylindrical-coordinate representation of color #C2046E: hue angle of 326.53º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2046E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.24 |
| HSL | 326.53º | 0.96% | 0.39% | - |
| HSV(B) | 326.53º | 0.98% | 0.76% | - |
| XYZ | 25.11 | 12.68 | 15.88 | - |
| YUV | 72.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 110 | 0 | 0.98 | 0.43 | 0.24 | 326.53 | 0.96 | 0.39 |
| Hex | C2 | 4 | 6E | 0 | 62 | 2B | 18 | 147 | 60 | 27 |
| Octal | 302 | 4 | 156 | 0 | 142 | 53 | 30 | 507 | 140 | 47 |
| Binary | 11000010 | 100 | 1101110 | 0 | 1100010 | 101011 | 11000 | 101000111 | 1100000 | 100111 |
Color Harmonies of #C2046E
Complementary color
Monochromatic Colors of #C2046E
Black with #C2046E
Text Example
Text Example
White with #C2046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2046E; }
p { color: rgb(194,4,110); }
H1.HeaderClassName
{
color: #C2046E;
}
.AnyTagClassName
{
color: #C2046E;
}
</style>
background-color css
<style>
a { background-color: #C2046E; }
a { background-color: rgb(194,4,110); }
div.DivClassName
{
background-color: #C2046E;
}
.BgClassName
{
background-color: #C2046E;
}
</style>
border-color css
<style>
span { border-color: #C2046E; }
span { border-color: rgb(194,4,110); }
td.TdClassName
{
border-color: #C2046E;
}
.TagClassName
{
border-color: #C2046E;
}
</style>