Shades of Medium Violet Red #C21482
Tints of Medium Violet Red #C21482
RGB
CMYK
RGB Variations
Color information
#C21482 (or 0xC21482) is known color: Medium Violet Red. HEX triplet: C2, 14 and 82. RGB value is (194,20,130). Sum of RGB (Red+Green+Blue) = 194+20+130=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21482 is #3DEB7D. Grayscale: #545454. Windows color (decimal): -4057982 or 8524994. OLE color: 8524994.
HSL color Cylindrical-coordinate representation of color #C21482: hue angle of 322.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21482 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 130 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.24 |
| HSL | 322.07º | 0.81% | 0.42% | - |
| HSV(B) | 322.07º | 0.9% | 0.76% | - |
| XYZ | 26.53 | 13.58 | 22.34 | - |
| YUV | 84.57 | 153.65 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 130 | 0 | 0.90 | 0.33 | 0.24 | 322.07 | 0.81 | 0.42 |
| Hex | C2 | 14 | 82 | 0 | 5A | 21 | 18 | 142 | 51 | 2A |
| Octal | 302 | 24 | 202 | 0 | 132 | 41 | 30 | 502 | 121 | 52 |
| Binary | 11000010 | 10100 | 10000010 | 0 | 1011010 | 100001 | 11000 | 101000010 | 1010001 | 101010 |
Color Harmonies of #C21482
Complementary color
Monochromatic Colors of #C21482
Black with #C21482
Text Example
Text Example
White with #C21482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21482; }
p { color: rgb(194,20,130); }
H1.HeaderClassName
{
color: #C21482;
}
.AnyTagClassName
{
color: #C21482;
}
</style>
background-color css
<style>
a { background-color: #C21482; }
a { background-color: rgb(194,20,130); }
div.DivClassName
{
background-color: #C21482;
}
.BgClassName
{
background-color: #C21482;
}
</style>
border-color css
<style>
span { border-color: #C21482; }
span { border-color: rgb(194,20,130); }
td.TdClassName
{
border-color: #C21482;
}
.TagClassName
{
border-color: #C21482;
}
</style>