Shades of Medium Violet Red #C21283
Tints of Medium Violet Red #C21283
RGB
CMYK
RGB Variations
Color information
#C21283 (or 0xC21283) is known color: Medium Violet Red. HEX triplet: C2, 12 and 83. RGB value is (194,18,131). Sum of RGB (Red+Green+Blue) = 194+18+131=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21283 is #3DED7C. Grayscale: #535353. Windows color (decimal): -4058493 or 8590018. OLE color: 8590018.
HSL color Cylindrical-coordinate representation of color #C21283: hue angle of 321.48º 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 #C21283 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 131 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.24 |
| HSL | 321.48º | 0.83% | 0.42% | - |
| HSV(B) | 321.48º | 0.91% | 0.76% | - |
| XYZ | 26.56 | 13.54 | 22.69 | - |
| YUV | 83.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 131 | 0 | 0.91 | 0.32 | 0.24 | 321.48 | 0.83 | 0.42 |
| Hex | C2 | 12 | 83 | 0 | 5B | 20 | 18 | 141 | 53 | 2A |
| Octal | 302 | 22 | 203 | 0 | 133 | 40 | 30 | 501 | 123 | 52 |
| Binary | 11000010 | 10010 | 10000011 | 0 | 1011011 | 100000 | 11000 | 101000001 | 1010011 | 101010 |
Color Harmonies of #C21283
Complementary color
Monochromatic Colors of #C21283
Black with #C21283
Text Example
Text Example
White with #C21283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21283; }
p { color: rgb(194,18,131); }
H1.HeaderClassName
{
color: #C21283;
}
.AnyTagClassName
{
color: #C21283;
}
</style>
background-color css
<style>
a { background-color: #C21283; }
a { background-color: rgb(194,18,131); }
div.DivClassName
{
background-color: #C21283;
}
.BgClassName
{
background-color: #C21283;
}
</style>
border-color css
<style>
span { border-color: #C21283; }
span { border-color: rgb(194,18,131); }
td.TdClassName
{
border-color: #C21283;
}
.TagClassName
{
border-color: #C21283;
}
</style>