Shades of Medium Violet Red #C2026F
Tints of Medium Violet Red #C2026F
RGB
CMYK
RGB Variations
Color information
#C2026F (or 0xC2026F) is known color: Medium Violet Red. HEX triplet: C2, 02 and 6F. RGB value is (194,2,111). Sum of RGB (Red+Green+Blue) = 194+2+111=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2026F is #3DFD90. Grayscale: #474747. Windows color (decimal): -4062609 or 7275202. OLE color: 7275202.
HSL color Cylindrical-coordinate representation of color #C2026F: hue angle of 325.94º 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 #C2026F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 111 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.24 |
| HSL | 325.94º | 0.98% | 0.38% | - |
| HSV(B) | 325.94º | 0.99% | 0.76% | - |
| XYZ | 25.14 | 12.66 | 16.16 | - |
| YUV | 71.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 111 | 0 | 0.99 | 0.43 | 0.24 | 325.94 | 0.98 | 0.38 |
| Hex | C2 | 2 | 6F | 0 | 63 | 2B | 18 | 146 | 62 | 26 |
| Octal | 302 | 2 | 157 | 0 | 143 | 53 | 30 | 506 | 142 | 46 |
| Binary | 11000010 | 10 | 1101111 | 0 | 1100011 | 101011 | 11000 | 101000110 | 1100010 | 100110 |
Color Harmonies of #C2026F
Complementary color
Monochromatic Colors of #C2026F
Black with #C2026F
Text Example
Text Example
White with #C2026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2026F; }
p { color: rgb(194,2,111); }
H1.HeaderClassName
{
color: #C2026F;
}
.AnyTagClassName
{
color: #C2026F;
}
</style>
background-color css
<style>
a { background-color: #C2026F; }
a { background-color: rgb(194,2,111); }
div.DivClassName
{
background-color: #C2026F;
}
.BgClassName
{
background-color: #C2026F;
}
</style>
border-color css
<style>
span { border-color: #C2026F; }
span { border-color: rgb(194,2,111); }
td.TdClassName
{
border-color: #C2026F;
}
.TagClassName
{
border-color: #C2026F;
}
</style>