Shades of Medium Violet Red #C215A4
Tints of Medium Violet Red #C215A4
RGB
CMYK
RGB Variations
Color information
#C215A4 (or 0xC215A4) is known color: Medium Violet Red. HEX triplet: C2, 15 and A4. RGB value is (194,21,164). Sum of RGB (Red+Green+Blue) = 194+21+164=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C215A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C215A4 is #3DEA5B. Grayscale: #585858. Windows color (decimal): -4057692 or 10753474. OLE color: 10753474.
HSL color Cylindrical-coordinate representation of color #C215A4: hue angle of 310.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C215A4 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 164 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.24 |
| HSL | 310.4º | 0.8% | 0.42% | - |
| HSV(B) | 310.4º | 0.89% | 0.76% | - |
| XYZ | 29.22 | 14.69 | 36.42 | - |
| YUV | 89.03 | 170.31 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 164 | 0 | 0.89 | 0.15 | 0.24 | 310.4 | 0.8 | 0.42 |
| Hex | C2 | 15 | A4 | 0 | 59 | F | 18 | 136 | 50 | 2A |
| Octal | 302 | 25 | 244 | 0 | 131 | 17 | 30 | 466 | 120 | 52 |
| Binary | 11000010 | 10101 | 10100100 | 0 | 1011001 | 1111 | 11000 | 100110110 | 1010000 | 101010 |
Color Harmonies of #C215A4
Complementary color
Monochromatic Colors of #C215A4
Black with #C215A4
Text Example
Text Example
White with #C215A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215A4; }
p { color: rgb(194,21,164); }
H1.HeaderClassName
{
color: #C215A4;
}
.AnyTagClassName
{
color: #C215A4;
}
</style>
background-color css
<style>
a { background-color: #C215A4; }
a { background-color: rgb(194,21,164); }
div.DivClassName
{
background-color: #C215A4;
}
.BgClassName
{
background-color: #C215A4;
}
</style>
border-color css
<style>
span { border-color: #C215A4; }
span { border-color: rgb(194,21,164); }
td.TdClassName
{
border-color: #C215A4;
}
.TagClassName
{
border-color: #C215A4;
}
</style>