Shades of Medium Violet Red #C217A8
Tints of Medium Violet Red #C217A8
RGB
CMYK
RGB Variations
Color information
#C217A8 (or 0xC217A8) is known color: Medium Violet Red. HEX triplet: C2, 17 and A8. RGB value is (194,23,168). Sum of RGB (Red+Green+Blue) = 194+23+168=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C217A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C217A8 is #3DE857. Grayscale: #5A5A5A. Windows color (decimal): -4057176 or 11016130. OLE color: 11016130.
HSL color Cylindrical-coordinate representation of color #C217A8: hue angle of 309.12º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C217A8 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 168 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.24 |
| HSL | 309.12º | 0.79% | 0.43% | - |
| HSV(B) | 309.12º | 0.88% | 0.76% | - |
| XYZ | 29.62 | 14.91 | 38.36 | - |
| YUV | 90.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 168 | 0 | 0.88 | 0.13 | 0.24 | 309.12 | 0.79 | 0.43 |
| Hex | C2 | 17 | A8 | 0 | 58 | D | 18 | 135 | 4F | 2B |
| Octal | 302 | 27 | 250 | 0 | 130 | 15 | 30 | 465 | 117 | 53 |
| Binary | 11000010 | 10111 | 10101000 | 0 | 1011000 | 1101 | 11000 | 100110101 | 1001111 | 101011 |
Color Harmonies of #C217A8
Complementary color
Monochromatic Colors of #C217A8
Black with #C217A8
Text Example
Text Example
White with #C217A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217A8; }
p { color: rgb(194,23,168); }
H1.HeaderClassName
{
color: #C217A8;
}
.AnyTagClassName
{
color: #C217A8;
}
</style>
background-color css
<style>
a { background-color: #C217A8; }
a { background-color: rgb(194,23,168); }
div.DivClassName
{
background-color: #C217A8;
}
.BgClassName
{
background-color: #C217A8;
}
</style>
border-color css
<style>
span { border-color: #C217A8; }
span { border-color: rgb(194,23,168); }
td.TdClassName
{
border-color: #C217A8;
}
.TagClassName
{
border-color: #C217A8;
}
</style>