Shades of Medium Red Violet #C42884
Tints of Medium Red Violet #C42884
RGB
CMYK
RGB Variations
Color information
#C42884 (or 0xC42884) is known color: Medium Red Violet. HEX triplet: C4, 28 and 84. RGB value is (196,40,132). Sum of RGB (Red+Green+Blue) = 196+40+132=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C42884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42884 is #3BD77B. Grayscale: #606060. Windows color (decimal): -3921788 or 8661188. OLE color: 8661188.
HSL color Cylindrical-coordinate representation of color #C42884: hue angle of 324.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42884 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 132 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.23 |
| HSL | 324.62º | 0.66% | 0.46% | - |
| HSV(B) | 324.62º | 0.8% | 0.77% | - |
| XYZ | 27.69 | 14.92 | 23.25 | - |
| YUV | 97.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 132 | 0 | 0.80 | 0.33 | 0.23 | 324.62 | 0.66 | 0.46 |
| Hex | C4 | 28 | 84 | 0 | 50 | 21 | 17 | 145 | 42 | 2E |
| Octal | 304 | 50 | 204 | 0 | 120 | 41 | 27 | 505 | 102 | 56 |
| Binary | 11000100 | 101000 | 10000100 | 0 | 1010000 | 100001 | 10111 | 101000101 | 1000010 | 101110 |
Color Harmonies of #C42884
Complementary color
Monochromatic Colors of #C42884
Black with #C42884
Text Example
Text Example
White with #C42884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42884; }
p { color: rgb(196,40,132); }
H1.HeaderClassName
{
color: #C42884;
}
.AnyTagClassName
{
color: #C42884;
}
</style>
background-color css
<style>
a { background-color: #C42884; }
a { background-color: rgb(196,40,132); }
div.DivClassName
{
background-color: #C42884;
}
.BgClassName
{
background-color: #C42884;
}
</style>
border-color css
<style>
span { border-color: #C42884; }
span { border-color: rgb(196,40,132); }
td.TdClassName
{
border-color: #C42884;
}
.TagClassName
{
border-color: #C42884;
}
</style>