Shades of Medium Violet Red #C4218A
Tints of Medium Violet Red #C4218A
RGB
CMYK
RGB Variations
Color information
#C4218A (or 0xC4218A) is known color: Medium Violet Red. HEX triplet: C4, 21 and 8A. RGB value is (196,33,138). Sum of RGB (Red+Green+Blue) = 196+33+138=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4218A is #3BDE75. Grayscale: #5D5D5D. Windows color (decimal): -3923574 or 9052612. OLE color: 9052612.
HSL color Cylindrical-coordinate representation of color #C4218A: hue angle of 321.35º 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 #C4218A is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 138 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.23 |
| HSL | 321.35º | 0.71% | 0.45% | - |
| HSV(B) | 321.35º | 0.83% | 0.77% | - |
| XYZ | 27.9 | 14.66 | 25.4 | - |
| YUV | 93.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 138 | 0 | 0.83 | 0.30 | 0.23 | 321.35 | 0.71 | 0.45 |
| Hex | C4 | 21 | 8A | 0 | 53 | 1E | 17 | 141 | 47 | 2D |
| Octal | 304 | 41 | 212 | 0 | 123 | 36 | 27 | 501 | 107 | 55 |
| Binary | 11000100 | 100001 | 10001010 | 0 | 1010011 | 11110 | 10111 | 101000001 | 1000111 | 101101 |
Color Harmonies of #C4218A
Complementary color
Monochromatic Colors of #C4218A
Black with #C4218A
Text Example
Text Example
White with #C4218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4218A; }
p { color: rgb(196,33,138); }
H1.HeaderClassName
{
color: #C4218A;
}
.AnyTagClassName
{
color: #C4218A;
}
</style>
background-color css
<style>
a { background-color: #C4218A; }
a { background-color: rgb(196,33,138); }
div.DivClassName
{
background-color: #C4218A;
}
.BgClassName
{
background-color: #C4218A;
}
</style>
border-color css
<style>
span { border-color: #C4218A; }
span { border-color: rgb(196,33,138); }
td.TdClassName
{
border-color: #C4218A;
}
.TagClassName
{
border-color: #C4218A;
}
</style>