Shades of Medium Violet Red #C21475
Tints of Medium Violet Red #C21475
RGB
CMYK
RGB Variations
Color information
#C21475 (or 0xC21475) is known color: Medium Violet Red. HEX triplet: C2, 14 and 75. RGB value is (194,20,117). Sum of RGB (Red+Green+Blue) = 194+20+117=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21475 is #3DEB8A. Grayscale: #525252. Windows color (decimal): -4057995 or 7673026. OLE color: 7673026.
HSL color Cylindrical-coordinate representation of color #C21475: hue angle of 326.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21475 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 117 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.24 |
| HSL | 326.55º | 0.81% | 0.42% | - |
| HSV(B) | 326.55º | 0.9% | 0.76% | - |
| XYZ | 25.71 | 13.25 | 18.03 | - |
| YUV | 83.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 117 | 0 | 0.90 | 0.40 | 0.24 | 326.55 | 0.81 | 0.42 |
| Hex | C2 | 14 | 75 | 0 | 5A | 28 | 18 | 147 | 51 | 2A |
| Octal | 302 | 24 | 165 | 0 | 132 | 50 | 30 | 507 | 121 | 52 |
| Binary | 11000010 | 10100 | 1110101 | 0 | 1011010 | 101000 | 11000 | 101000111 | 1010001 | 101010 |
Color Harmonies of #C21475
Complementary color
Monochromatic Colors of #C21475
Black with #C21475
Text Example
Text Example
White with #C21475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21475; }
p { color: rgb(194,20,117); }
H1.HeaderClassName
{
color: #C21475;
}
.AnyTagClassName
{
color: #C21475;
}
</style>
background-color css
<style>
a { background-color: #C21475; }
a { background-color: rgb(194,20,117); }
div.DivClassName
{
background-color: #C21475;
}
.BgClassName
{
background-color: #C21475;
}
</style>
border-color css
<style>
span { border-color: #C21475; }
span { border-color: rgb(194,20,117); }
td.TdClassName
{
border-color: #C21475;
}
.TagClassName
{
border-color: #C21475;
}
</style>