Shades of Medium Violet Red #C21F6A
Tints of Medium Violet Red #C21F6A
RGB
CMYK
RGB Variations
Color information
#C21F6A (or 0xC21F6A) is known color: Medium Violet Red. HEX triplet: C2, 1F and 6A. RGB value is (194,31,106). Sum of RGB (Red+Green+Blue) = 194+31+106=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F6A is #3DE095. Grayscale: #585858. Windows color (decimal): -4055190 or 6954946. OLE color: 6954946.
HSL color Cylindrical-coordinate representation of color #C21F6A: hue angle of 332.39º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F6A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 106 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.24 |
| HSL | 332.39º | 0.72% | 0.44% | - |
| HSV(B) | 332.39º | 0.84% | 0.76% | - |
| XYZ | 25.34 | 13.49 | 14.9 | - |
| YUV | 88.29 | 138 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 106 | 0 | 0.84 | 0.45 | 0.24 | 332.39 | 0.72 | 0.44 |
| Hex | C2 | 1F | 6A | 0 | 54 | 2D | 18 | 14C | 48 | 2C |
| Octal | 302 | 37 | 152 | 0 | 124 | 55 | 30 | 514 | 110 | 54 |
| Binary | 11000010 | 11111 | 1101010 | 0 | 1010100 | 101101 | 11000 | 101001100 | 1001000 | 101100 |
Color Harmonies of #C21F6A
Complementary color
Monochromatic Colors of #C21F6A
Black with #C21F6A
Text Example
Text Example
White with #C21F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F6A; }
p { color: rgb(194,31,106); }
H1.HeaderClassName
{
color: #C21F6A;
}
.AnyTagClassName
{
color: #C21F6A;
}
</style>
background-color css
<style>
a { background-color: #C21F6A; }
a { background-color: rgb(194,31,106); }
div.DivClassName
{
background-color: #C21F6A;
}
.BgClassName
{
background-color: #C21F6A;
}
</style>
border-color css
<style>
span { border-color: #C21F6A; }
span { border-color: rgb(194,31,106); }
td.TdClassName
{
border-color: #C21F6A;
}
.TagClassName
{
border-color: #C21F6A;
}
</style>