Shades of Medium Red Violet #C42A90
Tints of Medium Red Violet #C42A90
RGB
CMYK
RGB Variations
Color information
#C42A90 (or 0xC42A90) is known color: Medium Red Violet. HEX triplet: C4, 2A and 90. RGB value is (196,42,144). Sum of RGB (Red+Green+Blue) = 196+42+144=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42A90 is #3BD56F. Grayscale: #636363. Windows color (decimal): -3921264 or 9448132. OLE color: 9448132.
HSL color Cylindrical-coordinate representation of color #C42A90: hue angle of 320.26º 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 #C42A90 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 144 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.23 |
| HSL | 320.26º | 0.65% | 0.47% | - |
| HSV(B) | 320.26º | 0.79% | 0.77% | - |
| XYZ | 28.63 | 15.41 | 27.85 | - |
| YUV | 99.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 144 | 0 | 0.79 | 0.27 | 0.23 | 320.26 | 0.65 | 0.47 |
| Hex | C4 | 2A | 90 | 0 | 4F | 1B | 17 | 140 | 41 | 2F |
| Octal | 304 | 52 | 220 | 0 | 117 | 33 | 27 | 500 | 101 | 57 |
| Binary | 11000100 | 101010 | 10010000 | 0 | 1001111 | 11011 | 10111 | 101000000 | 1000001 | 101111 |
Color Harmonies of #C42A90
Complementary color
Monochromatic Colors of #C42A90
Black with #C42A90
Text Example
Text Example
White with #C42A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A90; }
p { color: rgb(196,42,144); }
H1.HeaderClassName
{
color: #C42A90;
}
.AnyTagClassName
{
color: #C42A90;
}
</style>
background-color css
<style>
a { background-color: #C42A90; }
a { background-color: rgb(196,42,144); }
div.DivClassName
{
background-color: #C42A90;
}
.BgClassName
{
background-color: #C42A90;
}
</style>
border-color css
<style>
span { border-color: #C42A90; }
span { border-color: rgb(196,42,144); }
td.TdClassName
{
border-color: #C42A90;
}
.TagClassName
{
border-color: #C42A90;
}
</style>