Shades of Medium Violet Red #C21888
Tints of Medium Violet Red #C21888
RGB
CMYK
RGB Variations
Color information
#C21888 (or 0xC21888) is known color: Medium Violet Red. HEX triplet: C2, 18 and 88. RGB value is (194,24,136). Sum of RGB (Red+Green+Blue) = 194+24+136=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C21888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21888 is #3DE777. Grayscale: #575757. Windows color (decimal): -4056952 or 8919234. OLE color: 8919234.
HSL color Cylindrical-coordinate representation of color #C21888: hue angle of 320.47º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21888 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 136 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.24 |
| HSL | 320.47º | 0.78% | 0.43% | - |
| HSV(B) | 320.47º | 0.88% | 0.76% | - |
| XYZ | 27.02 | 13.9 | 24.55 | - |
| YUV | 87.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 136 | 0 | 0.88 | 0.30 | 0.24 | 320.47 | 0.78 | 0.43 |
| Hex | C2 | 18 | 88 | 0 | 58 | 1E | 18 | 140 | 4E | 2B |
| Octal | 302 | 30 | 210 | 0 | 130 | 36 | 30 | 500 | 116 | 53 |
| Binary | 11000010 | 11000 | 10001000 | 0 | 1011000 | 11110 | 11000 | 101000000 | 1001110 | 101011 |
Color Harmonies of #C21888
Complementary color
Monochromatic Colors of #C21888
Black with #C21888
Text Example
Text Example
White with #C21888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21888; }
p { color: rgb(194,24,136); }
H1.HeaderClassName
{
color: #C21888;
}
.AnyTagClassName
{
color: #C21888;
}
</style>
background-color css
<style>
a { background-color: #C21888; }
a { background-color: rgb(194,24,136); }
div.DivClassName
{
background-color: #C21888;
}
.BgClassName
{
background-color: #C21888;
}
</style>
border-color css
<style>
span { border-color: #C21888; }
span { border-color: rgb(194,24,136); }
td.TdClassName
{
border-color: #C21888;
}
.TagClassName
{
border-color: #C21888;
}
</style>