Shades of Medium Violet Red #C21092
Tints of Medium Violet Red #C21092
RGB
CMYK
RGB Variations
Color information
#C21092 (or 0xC21092) is known color: Medium Violet Red. HEX triplet: C2, 10 and 92. RGB value is (194,16,146). Sum of RGB (Red+Green+Blue) = 194+16+146=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C21092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21092 is #3DEF6D. Grayscale: #535353. Windows color (decimal): -4058990 or 9572546. OLE color: 9572546.
HSL color Cylindrical-coordinate representation of color #C21092: hue angle of 316.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21092 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 146 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.24 |
| HSL | 316.18º | 0.85% | 0.41% | - |
| HSV(B) | 316.18º | 0.92% | 0.76% | - |
| XYZ | 27.62 | 13.92 | 28.42 | - |
| YUV | 84.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 146 | 0 | 0.92 | 0.25 | 0.24 | 316.18 | 0.85 | 0.41 |
| Hex | C2 | 10 | 92 | 0 | 5C | 19 | 18 | 13C | 55 | 29 |
| Octal | 302 | 20 | 222 | 0 | 134 | 31 | 30 | 474 | 125 | 51 |
| Binary | 11000010 | 10000 | 10010010 | 0 | 1011100 | 11001 | 11000 | 100111100 | 1010101 | 101001 |
Color Harmonies of #C21092
Complementary color
Monochromatic Colors of #C21092
Black with #C21092
Text Example
Text Example
White with #C21092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21092; }
p { color: rgb(194,16,146); }
H1.HeaderClassName
{
color: #C21092;
}
.AnyTagClassName
{
color: #C21092;
}
</style>
background-color css
<style>
a { background-color: #C21092; }
a { background-color: rgb(194,16,146); }
div.DivClassName
{
background-color: #C21092;
}
.BgClassName
{
background-color: #C21092;
}
</style>
border-color css
<style>
span { border-color: #C21092; }
span { border-color: rgb(194,16,146); }
td.TdClassName
{
border-color: #C21092;
}
.TagClassName
{
border-color: #C21092;
}
</style>