Shades of Medium Violet Red #C21285
Tints of Medium Violet Red #C21285
RGB
CMYK
RGB Variations
Color information
#C21285 (or 0xC21285) is known color: Medium Violet Red. HEX triplet: C2, 12 and 85. RGB value is (194,18,133). Sum of RGB (Red+Green+Blue) = 194+18+133=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21285 is #3DED7A. Grayscale: #535353. Windows color (decimal): -4058491 or 8721090. OLE color: 8721090.
HSL color Cylindrical-coordinate representation of color #C21285: hue angle of 320.8º 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 #C21285 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 133 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.24 |
| HSL | 320.8º | 0.83% | 0.42% | - |
| HSV(B) | 320.8º | 0.91% | 0.76% | - |
| XYZ | 26.7 | 13.6 | 23.41 | - |
| YUV | 83.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 133 | 0 | 0.91 | 0.31 | 0.24 | 320.8 | 0.83 | 0.42 |
| Hex | C2 | 12 | 85 | 0 | 5B | 1F | 18 | 141 | 53 | 2A |
| Octal | 302 | 22 | 205 | 0 | 133 | 37 | 30 | 501 | 123 | 52 |
| Binary | 11000010 | 10010 | 10000101 | 0 | 1011011 | 11111 | 11000 | 101000001 | 1010011 | 101010 |
Color Harmonies of #C21285
Complementary color
Monochromatic Colors of #C21285
Black with #C21285
Text Example
Text Example
White with #C21285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21285; }
p { color: rgb(194,18,133); }
H1.HeaderClassName
{
color: #C21285;
}
.AnyTagClassName
{
color: #C21285;
}
</style>
background-color css
<style>
a { background-color: #C21285; }
a { background-color: rgb(194,18,133); }
div.DivClassName
{
background-color: #C21285;
}
.BgClassName
{
background-color: #C21285;
}
</style>
border-color css
<style>
span { border-color: #C21285; }
span { border-color: rgb(194,18,133); }
td.TdClassName
{
border-color: #C21285;
}
.TagClassName
{
border-color: #C21285;
}
</style>