Shades of Medium Violet Red #C2026C
Tints of Medium Violet Red #C2026C
RGB
CMYK
RGB Variations
Color information
#C2026C (or 0xC2026C) is known color: Medium Violet Red. HEX triplet: C2, 02 and 6C. RGB value is (194,2,108). Sum of RGB (Red+Green+Blue) = 194+2+108=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2026C is #3DFD93. Grayscale: #474747. Windows color (decimal): -4062612 or 7078594. OLE color: 7078594.
HSL color Cylindrical-coordinate representation of color #C2026C: hue angle of 326.88º degrees, saturation: 0.98, 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 #C2026C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.24 |
| HSL | 326.88º | 0.98% | 0.38% | - |
| HSV(B) | 326.88º | 0.99% | 0.76% | - |
| XYZ | 24.98 | 12.6 | 15.3 | - |
| YUV | 71.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 108 | 0 | 0.99 | 0.44 | 0.24 | 326.88 | 0.98 | 0.38 |
| Hex | C2 | 2 | 6C | 0 | 63 | 2C | 18 | 147 | 62 | 26 |
| Octal | 302 | 2 | 154 | 0 | 143 | 54 | 30 | 507 | 142 | 46 |
| Binary | 11000010 | 10 | 1101100 | 0 | 1100011 | 101100 | 11000 | 101000111 | 1100010 | 100110 |
Color Harmonies of #C2026C
Complementary color
Monochromatic Colors of #C2026C
Black with #C2026C
Text Example
Text Example
White with #C2026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2026C; }
p { color: rgb(194,2,108); }
H1.HeaderClassName
{
color: #C2026C;
}
.AnyTagClassName
{
color: #C2026C;
}
</style>
background-color css
<style>
a { background-color: #C2026C; }
a { background-color: rgb(194,2,108); }
div.DivClassName
{
background-color: #C2026C;
}
.BgClassName
{
background-color: #C2026C;
}
</style>
border-color css
<style>
span { border-color: #C2026C; }
span { border-color: rgb(194,2,108); }
td.TdClassName
{
border-color: #C2026C;
}
.TagClassName
{
border-color: #C2026C;
}
</style>