Shades of Medium Violet Red #C2046C
Tints of Medium Violet Red #C2046C
RGB
CMYK
RGB Variations
Color information
#C2046C (or 0xC2046C) is known color: Medium Violet Red. HEX triplet: C2, 04 and 6C. RGB value is (194,4,108). Sum of RGB (Red+Green+Blue) = 194+4+108=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2046C is #3DFB93. Grayscale: #484848. Windows color (decimal): -4062100 or 7079106. OLE color: 7079106.
HSL color Cylindrical-coordinate representation of color #C2046C: hue angle of 327.16º 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 #C2046C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.24 |
| HSL | 327.16º | 0.96% | 0.39% | - |
| HSV(B) | 327.16º | 0.98% | 0.76% | - |
| XYZ | 25 | 12.64 | 15.31 | - |
| YUV | 72.67 | 147.95 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 108 | 0 | 0.98 | 0.44 | 0.24 | 327.16 | 0.96 | 0.39 |
| Hex | C2 | 4 | 6C | 0 | 62 | 2C | 18 | 147 | 60 | 27 |
| Octal | 302 | 4 | 154 | 0 | 142 | 54 | 30 | 507 | 140 | 47 |
| Binary | 11000010 | 100 | 1101100 | 0 | 1100010 | 101100 | 11000 | 101000111 | 1100000 | 100111 |
Color Harmonies of #C2046C
Complementary color
Monochromatic Colors of #C2046C
Black with #C2046C
Text Example
Text Example
White with #C2046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2046C; }
p { color: rgb(194,4,108); }
H1.HeaderClassName
{
color: #C2046C;
}
.AnyTagClassName
{
color: #C2046C;
}
</style>
background-color css
<style>
a { background-color: #C2046C; }
a { background-color: rgb(194,4,108); }
div.DivClassName
{
background-color: #C2046C;
}
.BgClassName
{
background-color: #C2046C;
}
</style>
border-color css
<style>
span { border-color: #C2046C; }
span { border-color: rgb(194,4,108); }
td.TdClassName
{
border-color: #C2046C;
}
.TagClassName
{
border-color: #C2046C;
}
</style>