Shades of Medium Violet Red #C21699
Tints of Medium Violet Red #C21699
RGB
CMYK
RGB Variations
Color information
#C21699 (or 0xC21699) is known color: Medium Violet Red. HEX triplet: C2, 16 and 99. RGB value is (194,22,153). Sum of RGB (Red+Green+Blue) = 194+22+153=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C21699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21699 is #3DE966. Grayscale: #585858. Windows color (decimal): -4057447 or 10032834. OLE color: 10032834.
HSL color Cylindrical-coordinate representation of color #C21699: hue angle of 314.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21699 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 153 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.24 |
| HSL | 314.3º | 0.8% | 0.42% | - |
| HSV(B) | 314.3º | 0.89% | 0.76% | - |
| XYZ | 28.28 | 14.34 | 31.41 | - |
| YUV | 88.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 153 | 0 | 0.89 | 0.21 | 0.24 | 314.3 | 0.8 | 0.42 |
| Hex | C2 | 16 | 99 | 0 | 59 | 15 | 18 | 13A | 50 | 2A |
| Octal | 302 | 26 | 231 | 0 | 131 | 25 | 30 | 472 | 120 | 52 |
| Binary | 11000010 | 10110 | 10011001 | 0 | 1011001 | 10101 | 11000 | 100111010 | 1010000 | 101010 |
Color Harmonies of #C21699
Complementary color
Monochromatic Colors of #C21699
Black with #C21699
Text Example
Text Example
White with #C21699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21699; }
p { color: rgb(194,22,153); }
H1.HeaderClassName
{
color: #C21699;
}
.AnyTagClassName
{
color: #C21699;
}
</style>
background-color css
<style>
a { background-color: #C21699; }
a { background-color: rgb(194,22,153); }
div.DivClassName
{
background-color: #C21699;
}
.BgClassName
{
background-color: #C21699;
}
</style>
border-color css
<style>
span { border-color: #C21699; }
span { border-color: rgb(194,22,153); }
td.TdClassName
{
border-color: #C21699;
}
.TagClassName
{
border-color: #C21699;
}
</style>