Shades of Medium Violet Red #C5217B
Tints of Medium Violet Red #C5217B
RGB
CMYK
RGB Variations
Color information
#C5217B (or 0xC5217B) is known color: Medium Violet Red. HEX triplet: C5, 21 and 7B. RGB value is (197,33,123). Sum of RGB (Red+Green+Blue) = 197+33+123=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5217B is #3ADE84. Grayscale: #5C5C5C. Windows color (decimal): -3858053 or 8069573. OLE color: 8069573.
HSL color Cylindrical-coordinate representation of color #C5217B: hue angle of 327.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5217B is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 123 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.23 |
| HSL | 327.07º | 0.71% | 0.45% | - |
| HSV(B) | 327.07º | 0.83% | 0.77% | - |
| XYZ | 27.14 | 14.39 | 20.09 | - |
| YUV | 92.3 | 145.33 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 123 | 0 | 0.83 | 0.38 | 0.23 | 327.07 | 0.71 | 0.45 |
| Hex | C5 | 21 | 7B | 0 | 53 | 26 | 17 | 147 | 47 | 2D |
| Octal | 305 | 41 | 173 | 0 | 123 | 46 | 27 | 507 | 107 | 55 |
| Binary | 11000101 | 100001 | 1111011 | 0 | 1010011 | 100110 | 10111 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C5217B
Complementary color
Monochromatic Colors of #C5217B
Black with #C5217B
Text Example
Text Example
White with #C5217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5217B; }
p { color: rgb(197,33,123); }
H1.HeaderClassName
{
color: #C5217B;
}
.AnyTagClassName
{
color: #C5217B;
}
</style>
background-color css
<style>
a { background-color: #C5217B; }
a { background-color: rgb(197,33,123); }
div.DivClassName
{
background-color: #C5217B;
}
.BgClassName
{
background-color: #C5217B;
}
</style>
border-color css
<style>
span { border-color: #C5217B; }
span { border-color: rgb(197,33,123); }
td.TdClassName
{
border-color: #C5217B;
}
.TagClassName
{
border-color: #C5217B;
}
</style>