Shades of Medium Violet Red #C4217E
Tints of Medium Violet Red #C4217E
RGB
CMYK
RGB Variations
Color information
#C4217E (or 0xC4217E) is known color: Medium Violet Red. HEX triplet: C4, 21 and 7E. RGB value is (196,33,126). Sum of RGB (Red+Green+Blue) = 196+33+126=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4217E is #3BDE81. Grayscale: #5C5C5C. Windows color (decimal): -3923586 or 8266180. OLE color: 8266180.
HSL color Cylindrical-coordinate representation of color #C4217E: hue angle of 325.77º 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 #C4217E is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 126 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.23 |
| HSL | 325.77º | 0.71% | 0.45% | - |
| HSV(B) | 325.77º | 0.83% | 0.77% | - |
| XYZ | 27.07 | 14.33 | 21.08 | - |
| YUV | 92.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 126 | 0 | 0.83 | 0.36 | 0.23 | 325.77 | 0.71 | 0.45 |
| Hex | C4 | 21 | 7E | 0 | 53 | 24 | 17 | 146 | 47 | 2D |
| Octal | 304 | 41 | 176 | 0 | 123 | 44 | 27 | 506 | 107 | 55 |
| Binary | 11000100 | 100001 | 1111110 | 0 | 1010011 | 100100 | 10111 | 101000110 | 1000111 | 101101 |
Color Harmonies of #C4217E
Complementary color
Monochromatic Colors of #C4217E
Black with #C4217E
Text Example
Text Example
White with #C4217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4217E; }
p { color: rgb(196,33,126); }
H1.HeaderClassName
{
color: #C4217E;
}
.AnyTagClassName
{
color: #C4217E;
}
</style>
background-color css
<style>
a { background-color: #C4217E; }
a { background-color: rgb(196,33,126); }
div.DivClassName
{
background-color: #C4217E;
}
.BgClassName
{
background-color: #C4217E;
}
</style>
border-color css
<style>
span { border-color: #C4217E; }
span { border-color: rgb(196,33,126); }
td.TdClassName
{
border-color: #C4217E;
}
.TagClassName
{
border-color: #C4217E;
}
</style>