Shades of Medium Violet Red #C21287
Tints of Medium Violet Red #C21287
RGB
CMYK
RGB Variations
Color information
#C21287 (or 0xC21287) is known color: Medium Violet Red. HEX triplet: C2, 12 and 87. RGB value is (194,18,135). Sum of RGB (Red+Green+Blue) = 194+18+135=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21287 is #3DED78. Grayscale: #535353. Windows color (decimal): -4058489 or 8852162. OLE color: 8852162.
HSL color Cylindrical-coordinate representation of color #C21287: hue angle of 320.11º 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 #C21287 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 135 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 320.11º | 0.83% | 0.42% | - |
| HSV(B) | 320.11º | 0.91% | 0.76% | - |
| XYZ | 26.84 | 13.65 | 24.14 | - |
| YUV | 83.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 135 | 0 | 0.91 | 0.30 | 0.24 | 320.11 | 0.83 | 0.42 |
| Hex | C2 | 12 | 87 | 0 | 5B | 1E | 18 | 140 | 53 | 2A |
| Octal | 302 | 22 | 207 | 0 | 133 | 36 | 30 | 500 | 123 | 52 |
| Binary | 11000010 | 10010 | 10000111 | 0 | 1011011 | 11110 | 11000 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C21287
Complementary color
Monochromatic Colors of #C21287
Black with #C21287
Text Example
Text Example
White with #C21287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21287; }
p { color: rgb(194,18,135); }
H1.HeaderClassName
{
color: #C21287;
}
.AnyTagClassName
{
color: #C21287;
}
</style>
background-color css
<style>
a { background-color: #C21287; }
a { background-color: rgb(194,18,135); }
div.DivClassName
{
background-color: #C21287;
}
.BgClassName
{
background-color: #C21287;
}
</style>
border-color css
<style>
span { border-color: #C21287; }
span { border-color: rgb(194,18,135); }
td.TdClassName
{
border-color: #C21287;
}
.TagClassName
{
border-color: #C21287;
}
</style>