Shades of Medium Violet Red #C21F75
Tints of Medium Violet Red #C21F75
RGB
CMYK
RGB Variations
Color information
#C21F75 (or 0xC21F75) is known color: Medium Violet Red. HEX triplet: C2, 1F and 75. RGB value is (194,31,117). Sum of RGB (Red+Green+Blue) = 194+31+117=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F75 is #3DE08A. Grayscale: #595959. Windows color (decimal): -4055179 or 7675842. OLE color: 7675842.
HSL color Cylindrical-coordinate representation of color #C21F75: hue angle of 328.34º 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 #C21F75 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 117 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.24 |
| HSL | 328.34º | 0.72% | 0.44% | - |
| HSV(B) | 328.34º | 0.84% | 0.76% | - |
| XYZ | 25.95 | 13.73 | 18.11 | - |
| YUV | 89.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 117 | 0 | 0.84 | 0.40 | 0.24 | 328.34 | 0.72 | 0.44 |
| Hex | C2 | 1F | 75 | 0 | 54 | 28 | 18 | 148 | 48 | 2C |
| Octal | 302 | 37 | 165 | 0 | 124 | 50 | 30 | 510 | 110 | 54 |
| Binary | 11000010 | 11111 | 1110101 | 0 | 1010100 | 101000 | 11000 | 101001000 | 1001000 | 101100 |
Color Harmonies of #C21F75
Complementary color
Monochromatic Colors of #C21F75
Black with #C21F75
Text Example
Text Example
White with #C21F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F75; }
p { color: rgb(194,31,117); }
H1.HeaderClassName
{
color: #C21F75;
}
.AnyTagClassName
{
color: #C21F75;
}
</style>
background-color css
<style>
a { background-color: #C21F75; }
a { background-color: rgb(194,31,117); }
div.DivClassName
{
background-color: #C21F75;
}
.BgClassName
{
background-color: #C21F75;
}
</style>
border-color css
<style>
span { border-color: #C21F75; }
span { border-color: rgb(194,31,117); }
td.TdClassName
{
border-color: #C21F75;
}
.TagClassName
{
border-color: #C21F75;
}
</style>