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