Shades of Medium Violet Red #C21B9A
Tints of Medium Violet Red #C21B9A
RGB
CMYK
RGB Variations
Color information
#C21B9A (or 0xC21B9A) is known color: Medium Violet Red. HEX triplet: C2, 1B and 9A. RGB value is (194,27,154). Sum of RGB (Red+Green+Blue) = 194+27+154=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21B9A is #3DE465. Grayscale: #5B5B5B. Windows color (decimal): -4056166 or 10099650. OLE color: 10099650.
HSL color Cylindrical-coordinate representation of color #C21B9A: hue angle of 314.37º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21B9A is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 154 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.24 |
| HSL | 314.37º | 0.76% | 0.43% | - |
| HSV(B) | 314.37º | 0.86% | 0.76% | - |
| XYZ | 28.47 | 14.59 | 31.89 | - |
| YUV | 91.41 | 163.33 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 154 | 0 | 0.86 | 0.21 | 0.24 | 314.37 | 0.76 | 0.43 |
| Hex | C2 | 1B | 9A | 0 | 56 | 15 | 18 | 13A | 4C | 2B |
| Octal | 302 | 33 | 232 | 0 | 126 | 25 | 30 | 472 | 114 | 53 |
| Binary | 11000010 | 11011 | 10011010 | 0 | 1010110 | 10101 | 11000 | 100111010 | 1001100 | 101011 |
Color Harmonies of #C21B9A
Complementary color
Monochromatic Colors of #C21B9A
Black with #C21B9A
Text Example
Text Example
White with #C21B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B9A; }
p { color: rgb(194,27,154); }
H1.HeaderClassName
{
color: #C21B9A;
}
.AnyTagClassName
{
color: #C21B9A;
}
</style>
background-color css
<style>
a { background-color: #C21B9A; }
a { background-color: rgb(194,27,154); }
div.DivClassName
{
background-color: #C21B9A;
}
.BgClassName
{
background-color: #C21B9A;
}
</style>
border-color css
<style>
span { border-color: #C21B9A; }
span { border-color: rgb(194,27,154); }
td.TdClassName
{
border-color: #C21B9A;
}
.TagClassName
{
border-color: #C21B9A;
}
</style>