Shades of Medium Violet Red #C21F89
Tints of Medium Violet Red #C21F89
RGB
CMYK
RGB Variations
Color information
#C21F89 (or 0xC21F89) is known color: Medium Violet Red. HEX triplet: C2, 1F and 89. RGB value is (194,31,137). Sum of RGB (Red+Green+Blue) = 194+31+137=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F89 is #3DE076. Grayscale: #5B5B5B. Windows color (decimal): -4055159 or 8986562. OLE color: 8986562.
HSL color Cylindrical-coordinate representation of color #C21F89: hue angle of 320.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F89 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 137 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.24 |
| HSL | 320.98º | 0.72% | 0.44% | - |
| HSV(B) | 320.98º | 0.84% | 0.76% | - |
| XYZ | 27.25 | 14.26 | 24.98 | - |
| YUV | 91.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 137 | 0 | 0.84 | 0.29 | 0.24 | 320.98 | 0.72 | 0.44 |
| Hex | C2 | 1F | 89 | 0 | 54 | 1D | 18 | 141 | 48 | 2C |
| Octal | 302 | 37 | 211 | 0 | 124 | 35 | 30 | 501 | 110 | 54 |
| Binary | 11000010 | 11111 | 10001001 | 0 | 1010100 | 11101 | 11000 | 101000001 | 1001000 | 101100 |
Color Harmonies of #C21F89
Complementary color
Monochromatic Colors of #C21F89
Black with #C21F89
Text Example
Text Example
White with #C21F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F89; }
p { color: rgb(194,31,137); }
H1.HeaderClassName
{
color: #C21F89;
}
.AnyTagClassName
{
color: #C21F89;
}
</style>
background-color css
<style>
a { background-color: #C21F89; }
a { background-color: rgb(194,31,137); }
div.DivClassName
{
background-color: #C21F89;
}
.BgClassName
{
background-color: #C21F89;
}
</style>
border-color css
<style>
span { border-color: #C21F89; }
span { border-color: rgb(194,31,137); }
td.TdClassName
{
border-color: #C21F89;
}
.TagClassName
{
border-color: #C21F89;
}
</style>