Shades of Medium Violet Red #C21372
Tints of Medium Violet Red #C21372
RGB
CMYK
RGB Variations
Color information
#C21372 (or 0xC21372) is known color: Medium Violet Red. HEX triplet: C2, 13 and 72. RGB value is (194,19,114). Sum of RGB (Red+Green+Blue) = 194+19+114=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C21372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21372 is #3DEC8D. Grayscale: #515151. Windows color (decimal): -4058254 or 7476162. OLE color: 7476162.
HSL color Cylindrical-coordinate representation of color #C21372: hue angle of 327.43º degrees, saturation: 0.82, 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 #C21372 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 114 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.24 |
| HSL | 327.43º | 0.82% | 0.42% | - |
| HSV(B) | 327.43º | 0.9% | 0.76% | - |
| XYZ | 25.52 | 13.15 | 17.11 | - |
| YUV | 82.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 114 | 0 | 0.90 | 0.41 | 0.24 | 327.43 | 0.82 | 0.42 |
| Hex | C2 | 13 | 72 | 0 | 5A | 29 | 18 | 147 | 52 | 2A |
| Octal | 302 | 23 | 162 | 0 | 132 | 51 | 30 | 507 | 122 | 52 |
| Binary | 11000010 | 10011 | 1110010 | 0 | 1011010 | 101001 | 11000 | 101000111 | 1010010 | 101010 |
Color Harmonies of #C21372
Complementary color
Monochromatic Colors of #C21372
Black with #C21372
Text Example
Text Example
White with #C21372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21372; }
p { color: rgb(194,19,114); }
H1.HeaderClassName
{
color: #C21372;
}
.AnyTagClassName
{
color: #C21372;
}
</style>
background-color css
<style>
a { background-color: #C21372; }
a { background-color: rgb(194,19,114); }
div.DivClassName
{
background-color: #C21372;
}
.BgClassName
{
background-color: #C21372;
}
</style>
border-color css
<style>
span { border-color: #C21372; }
span { border-color: rgb(194,19,114); }
td.TdClassName
{
border-color: #C21372;
}
.TagClassName
{
border-color: #C21372;
}
</style>