Shades of Medium Violet Red #C21C6A
Tints of Medium Violet Red #C21C6A
RGB
CMYK
RGB Variations
Color information
#C21C6A (or 0xC21C6A) is known color: Medium Violet Red. HEX triplet: C2, 1C and 6A. RGB value is (194,28,106). Sum of RGB (Red+Green+Blue) = 194+28+106=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C6A is #3DE395. Grayscale: #565656. Windows color (decimal): -4055958 or 6954178. OLE color: 6954178.
HSL color Cylindrical-coordinate representation of color #C21C6A: hue angle of 331.81º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C6A is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 106 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.24 |
| HSL | 331.81º | 0.75% | 0.44% | - |
| HSV(B) | 331.81º | 0.86% | 0.76% | - |
| XYZ | 25.26 | 13.34 | 14.88 | - |
| YUV | 86.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 106 | 0 | 0.86 | 0.45 | 0.24 | 331.81 | 0.75 | 0.44 |
| Hex | C2 | 1C | 6A | 0 | 56 | 2D | 18 | 14C | 4B | 2C |
| Octal | 302 | 34 | 152 | 0 | 126 | 55 | 30 | 514 | 113 | 54 |
| Binary | 11000010 | 11100 | 1101010 | 0 | 1010110 | 101101 | 11000 | 101001100 | 1001011 | 101100 |
Color Harmonies of #C21C6A
Complementary color
Monochromatic Colors of #C21C6A
Black with #C21C6A
Text Example
Text Example
White with #C21C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C6A; }
p { color: rgb(194,28,106); }
H1.HeaderClassName
{
color: #C21C6A;
}
.AnyTagClassName
{
color: #C21C6A;
}
</style>
background-color css
<style>
a { background-color: #C21C6A; }
a { background-color: rgb(194,28,106); }
div.DivClassName
{
background-color: #C21C6A;
}
.BgClassName
{
background-color: #C21C6A;
}
</style>
border-color css
<style>
span { border-color: #C21C6A; }
span { border-color: rgb(194,28,106); }
td.TdClassName
{
border-color: #C21C6A;
}
.TagClassName
{
border-color: #C21C6A;
}
</style>