Shades of Medium Violet Red #C21B8C
Tints of Medium Violet Red #C21B8C
RGB
CMYK
RGB Variations
Color information
#C21B8C (or 0xC21B8C) is known color: Medium Violet Red. HEX triplet: C2, 1B and 8C. RGB value is (194,27,140). Sum of RGB (Red+Green+Blue) = 194+27+140=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21B8C is #3DE473. Grayscale: #595959. Windows color (decimal): -4056180 or 9182146. OLE color: 9182146.
HSL color Cylindrical-coordinate representation of color #C21B8C: hue angle of 319.4º 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 #C21B8C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 27 | 140 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.24 |
| HSL | 319.4º | 0.76% | 0.43% | - |
| HSV(B) | 319.4º | 0.86% | 0.76% | - |
| XYZ | 27.37 | 14.15 | 26.1 | - |
| YUV | 89.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 27 | 140 | 0 | 0.86 | 0.28 | 0.24 | 319.4 | 0.76 | 0.43 |
| Hex | C2 | 1B | 8C | 0 | 56 | 1C | 18 | 13F | 4C | 2B |
| Octal | 302 | 33 | 214 | 0 | 126 | 34 | 30 | 477 | 114 | 53 |
| Binary | 11000010 | 11011 | 10001100 | 0 | 1010110 | 11100 | 11000 | 100111111 | 1001100 | 101011 |
Color Harmonies of #C21B8C
Complementary color
Monochromatic Colors of #C21B8C
Black with #C21B8C
Text Example
Text Example
White with #C21B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21B8C; }
p { color: rgb(194,27,140); }
H1.HeaderClassName
{
color: #C21B8C;
}
.AnyTagClassName
{
color: #C21B8C;
}
</style>
background-color css
<style>
a { background-color: #C21B8C; }
a { background-color: rgb(194,27,140); }
div.DivClassName
{
background-color: #C21B8C;
}
.BgClassName
{
background-color: #C21B8C;
}
</style>
border-color css
<style>
span { border-color: #C21B8C; }
span { border-color: rgb(194,27,140); }
td.TdClassName
{
border-color: #C21B8C;
}
.TagClassName
{
border-color: #C21B8C;
}
</style>