Shades of Medium Violet Red #C4208A
Tints of Medium Violet Red #C4208A
RGB
CMYK
RGB Variations
Color information
#C4208A (or 0xC4208A) is known color: Medium Violet Red. HEX triplet: C4, 20 and 8A. RGB value is (196,32,138). Sum of RGB (Red+Green+Blue) = 196+32+138=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4208A is #3BDF75. Grayscale: #5C5C5C. Windows color (decimal): -3923830 or 9052356. OLE color: 9052356.
HSL color Cylindrical-coordinate representation of color #C4208A: hue angle of 321.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4208A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 138 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.23 |
| HSL | 321.22º | 0.72% | 0.45% | - |
| HSV(B) | 321.22º | 0.84% | 0.77% | - |
| XYZ | 27.87 | 14.6 | 25.39 | - |
| YUV | 93.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 138 | 0 | 0.84 | 0.30 | 0.23 | 321.22 | 0.72 | 0.45 |
| Hex | C4 | 20 | 8A | 0 | 54 | 1E | 17 | 141 | 48 | 2D |
| Octal | 304 | 40 | 212 | 0 | 124 | 36 | 27 | 501 | 110 | 55 |
| Binary | 11000100 | 100000 | 10001010 | 0 | 1010100 | 11110 | 10111 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C4208A
Complementary color
Monochromatic Colors of #C4208A
Black with #C4208A
Text Example
Text Example
White with #C4208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4208A; }
p { color: rgb(196,32,138); }
H1.HeaderClassName
{
color: #C4208A;
}
.AnyTagClassName
{
color: #C4208A;
}
</style>
background-color css
<style>
a { background-color: #C4208A; }
a { background-color: rgb(196,32,138); }
div.DivClassName
{
background-color: #C4208A;
}
.BgClassName
{
background-color: #C4208A;
}
</style>
border-color css
<style>
span { border-color: #C4208A; }
span { border-color: rgb(196,32,138); }
td.TdClassName
{
border-color: #C4208A;
}
.TagClassName
{
border-color: #C4208A;
}
</style>