Shades of Medium Violet Red #C21898
Tints of Medium Violet Red #C21898
RGB
CMYK
RGB Variations
Color information
#C21898 (or 0xC21898) is known color: Medium Violet Red. HEX triplet: C2, 18 and 98. RGB value is (194,24,152). Sum of RGB (Red+Green+Blue) = 194+24+152=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C21898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21898 is #3DE767. Grayscale: #595959. Windows color (decimal): -4056936 or 9967810. OLE color: 9967810.
HSL color Cylindrical-coordinate representation of color #C21898: hue angle of 314.82º 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 #C21898 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 152 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.24 |
| HSL | 314.82º | 0.78% | 0.43% | - |
| HSV(B) | 314.82º | 0.88% | 0.76% | - |
| XYZ | 28.24 | 14.39 | 30.99 | - |
| YUV | 89.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 152 | 0 | 0.88 | 0.22 | 0.24 | 314.82 | 0.78 | 0.43 |
| Hex | C2 | 18 | 98 | 0 | 58 | 16 | 18 | 13B | 4E | 2B |
| Octal | 302 | 30 | 230 | 0 | 130 | 26 | 30 | 473 | 116 | 53 |
| Binary | 11000010 | 11000 | 10011000 | 0 | 1011000 | 10110 | 11000 | 100111011 | 1001110 | 101011 |
Color Harmonies of #C21898
Complementary color
Monochromatic Colors of #C21898
Black with #C21898
Text Example
Text Example
White with #C21898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21898; }
p { color: rgb(194,24,152); }
H1.HeaderClassName
{
color: #C21898;
}
.AnyTagClassName
{
color: #C21898;
}
</style>
background-color css
<style>
a { background-color: #C21898; }
a { background-color: rgb(194,24,152); }
div.DivClassName
{
background-color: #C21898;
}
.BgClassName
{
background-color: #C21898;
}
</style>
border-color css
<style>
span { border-color: #C21898; }
span { border-color: rgb(194,24,152); }
td.TdClassName
{
border-color: #C21898;
}
.TagClassName
{
border-color: #C21898;
}
</style>