Shades of Medium Red Violet #C42A86
Tints of Medium Red Violet #C42A86
RGB
CMYK
RGB Variations
Color information
#C42A86 (or 0xC42A86) is known color: Medium Red Violet. HEX triplet: C4, 2A and 86. RGB value is (196,42,134). Sum of RGB (Red+Green+Blue) = 196+42+134=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42A86 is #3BD579. Grayscale: #626262. Windows color (decimal): -3921274 or 8792772. OLE color: 8792772.
HSL color Cylindrical-coordinate representation of color #C42A86: hue angle of 324.16º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A86 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 134 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.23 |
| HSL | 324.16º | 0.65% | 0.47% | - |
| HSV(B) | 324.16º | 0.79% | 0.77% | - |
| XYZ | 27.9 | 15.11 | 24 | - |
| YUV | 98.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 134 | 0 | 0.79 | 0.32 | 0.23 | 324.16 | 0.65 | 0.47 |
| Hex | C4 | 2A | 86 | 0 | 4F | 20 | 17 | 144 | 41 | 2F |
| Octal | 304 | 52 | 206 | 0 | 117 | 40 | 27 | 504 | 101 | 57 |
| Binary | 11000100 | 101010 | 10000110 | 0 | 1001111 | 100000 | 10111 | 101000100 | 1000001 | 101111 |
Color Harmonies of #C42A86
Complementary color
Monochromatic Colors of #C42A86
Black with #C42A86
Text Example
Text Example
White with #C42A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A86; }
p { color: rgb(196,42,134); }
H1.HeaderClassName
{
color: #C42A86;
}
.AnyTagClassName
{
color: #C42A86;
}
</style>
background-color css
<style>
a { background-color: #C42A86; }
a { background-color: rgb(196,42,134); }
div.DivClassName
{
background-color: #C42A86;
}
.BgClassName
{
background-color: #C42A86;
}
</style>
border-color css
<style>
span { border-color: #C42A86; }
span { border-color: rgb(196,42,134); }
td.TdClassName
{
border-color: #C42A86;
}
.TagClassName
{
border-color: #C42A86;
}
</style>