Shades of Medium Violet Red #C4217C
Tints of Medium Violet Red #C4217C
RGB
CMYK
RGB Variations
Color information
#C4217C (or 0xC4217C) is known color: Medium Violet Red. HEX triplet: C4, 21 and 7C. RGB value is (196,33,124). Sum of RGB (Red+Green+Blue) = 196+33+124=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4217C is #3BDE83. Grayscale: #5B5B5B. Windows color (decimal): -3923588 or 8135108. OLE color: 8135108.
HSL color Cylindrical-coordinate representation of color #C4217C: hue angle of 326.5º 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 #C4217C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 124 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.23 |
| HSL | 326.5º | 0.71% | 0.45% | - |
| HSV(B) | 326.5º | 0.83% | 0.77% | - |
| XYZ | 26.95 | 14.28 | 20.4 | - |
| YUV | 92.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 124 | 0 | 0.83 | 0.37 | 0.23 | 326.5 | 0.71 | 0.45 |
| Hex | C4 | 21 | 7C | 0 | 53 | 25 | 17 | 147 | 47 | 2D |
| Octal | 304 | 41 | 174 | 0 | 123 | 45 | 27 | 507 | 107 | 55 |
| Binary | 11000100 | 100001 | 1111100 | 0 | 1010011 | 100101 | 10111 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C4217C
Complementary color
Monochromatic Colors of #C4217C
Black with #C4217C
Text Example
Text Example
White with #C4217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4217C; }
p { color: rgb(196,33,124); }
H1.HeaderClassName
{
color: #C4217C;
}
.AnyTagClassName
{
color: #C4217C;
}
</style>
background-color css
<style>
a { background-color: #C4217C; }
a { background-color: rgb(196,33,124); }
div.DivClassName
{
background-color: #C4217C;
}
.BgClassName
{
background-color: #C4217C;
}
</style>
border-color css
<style>
span { border-color: #C4217C; }
span { border-color: rgb(196,33,124); }
td.TdClassName
{
border-color: #C4217C;
}
.TagClassName
{
border-color: #C4217C;
}
</style>