Shades of Medium Violet Red #C21280
Tints of Medium Violet Red #C21280
RGB
CMYK
RGB Variations
Color information
#C21280 (or 0xC21280) is known color: Medium Violet Red. HEX triplet: C2, 12 and 80. RGB value is (194,18,128). Sum of RGB (Red+Green+Blue) = 194+18+128=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C21280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21280 is #3DED7F. Grayscale: #525252. Windows color (decimal): -4058496 or 8393410. OLE color: 8393410.
HSL color Cylindrical-coordinate representation of color #C21280: hue angle of 322.5º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21280 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.24 |
| HSL | 322.5º | 0.83% | 0.42% | - |
| HSV(B) | 322.5º | 0.91% | 0.76% | - |
| XYZ | 26.36 | 13.46 | 21.63 | - |
| YUV | 83.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 128 | 0 | 0.91 | 0.34 | 0.24 | 322.5 | 0.83 | 0.42 |
| Hex | C2 | 12 | 80 | 0 | 5B | 22 | 18 | 142 | 53 | 2A |
| Octal | 302 | 22 | 200 | 0 | 133 | 42 | 30 | 502 | 123 | 52 |
| Binary | 11000010 | 10010 | 10000000 | 0 | 1011011 | 100010 | 11000 | 101000010 | 1010011 | 101010 |
Color Harmonies of #C21280
Complementary color
Monochromatic Colors of #C21280
Black with #C21280
Text Example
Text Example
White with #C21280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21280; }
p { color: rgb(194,18,128); }
H1.HeaderClassName
{
color: #C21280;
}
.AnyTagClassName
{
color: #C21280;
}
</style>
background-color css
<style>
a { background-color: #C21280; }
a { background-color: rgb(194,18,128); }
div.DivClassName
{
background-color: #C21280;
}
.BgClassName
{
background-color: #C21280;
}
</style>
border-color css
<style>
span { border-color: #C21280; }
span { border-color: rgb(194,18,128); }
td.TdClassName
{
border-color: #C21280;
}
.TagClassName
{
border-color: #C21280;
}
</style>