Shades of Medium Violet Red #C21882
Tints of Medium Violet Red #C21882
RGB
CMYK
RGB Variations
Color information
#C21882 (or 0xC21882) is known color: Medium Violet Red. HEX triplet: C2, 18 and 82. RGB value is (194,24,130). Sum of RGB (Red+Green+Blue) = 194+24+130=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21882 is #3DE77D. Grayscale: #565656. Windows color (decimal): -4056958 or 8526018. OLE color: 8526018.
HSL color Cylindrical-coordinate representation of color #C21882: hue angle of 322.59º 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 #C21882 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 130 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.24 |
| HSL | 322.59º | 0.78% | 0.43% | - |
| HSV(B) | 322.59º | 0.88% | 0.76% | - |
| XYZ | 26.6 | 13.73 | 22.37 | - |
| YUV | 86.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 130 | 0 | 0.88 | 0.33 | 0.24 | 322.59 | 0.78 | 0.43 |
| Hex | C2 | 18 | 82 | 0 | 58 | 21 | 18 | 143 | 4E | 2B |
| Octal | 302 | 30 | 202 | 0 | 130 | 41 | 30 | 503 | 116 | 53 |
| Binary | 11000010 | 11000 | 10000010 | 0 | 1011000 | 100001 | 11000 | 101000011 | 1001110 | 101011 |
Color Harmonies of #C21882
Complementary color
Monochromatic Colors of #C21882
Black with #C21882
Text Example
Text Example
White with #C21882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21882; }
p { color: rgb(194,24,130); }
H1.HeaderClassName
{
color: #C21882;
}
.AnyTagClassName
{
color: #C21882;
}
</style>
background-color css
<style>
a { background-color: #C21882; }
a { background-color: rgb(194,24,130); }
div.DivClassName
{
background-color: #C21882;
}
.BgClassName
{
background-color: #C21882;
}
</style>
border-color css
<style>
span { border-color: #C21882; }
span { border-color: rgb(194,24,130); }
td.TdClassName
{
border-color: #C21882;
}
.TagClassName
{
border-color: #C21882;
}
</style>