Shades of Medium Red Violet #C42A8B
Tints of Medium Red Violet #C42A8B
RGB
CMYK
RGB Variations
Color information
#C42A8B (or 0xC42A8B) is known color: Medium Red Violet. HEX triplet: C4, 2A and 8B. RGB value is (196,42,139). Sum of RGB (Red+Green+Blue) = 196+42+139=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42A8B is #3BD574. Grayscale: #626262. Windows color (decimal): -3921269 or 9120452. OLE color: 9120452.
HSL color Cylindrical-coordinate representation of color #C42A8B: hue angle of 322.21º 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 #C42A8B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 139 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.23 |
| HSL | 322.21º | 0.65% | 0.47% | - |
| HSV(B) | 322.21º | 0.79% | 0.77% | - |
| XYZ | 28.25 | 15.26 | 25.88 | - |
| YUV | 99.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 139 | 0 | 0.79 | 0.29 | 0.23 | 322.21 | 0.65 | 0.47 |
| Hex | C4 | 2A | 8B | 0 | 4F | 1D | 17 | 142 | 41 | 2F |
| Octal | 304 | 52 | 213 | 0 | 117 | 35 | 27 | 502 | 101 | 57 |
| Binary | 11000100 | 101010 | 10001011 | 0 | 1001111 | 11101 | 10111 | 101000010 | 1000001 | 101111 |
Color Harmonies of #C42A8B
Complementary color
Monochromatic Colors of #C42A8B
Black with #C42A8B
Text Example
Text Example
White with #C42A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A8B; }
p { color: rgb(196,42,139); }
H1.HeaderClassName
{
color: #C42A8B;
}
.AnyTagClassName
{
color: #C42A8B;
}
</style>
background-color css
<style>
a { background-color: #C42A8B; }
a { background-color: rgb(196,42,139); }
div.DivClassName
{
background-color: #C42A8B;
}
.BgClassName
{
background-color: #C42A8B;
}
</style>
border-color css
<style>
span { border-color: #C42A8B; }
span { border-color: rgb(196,42,139); }
td.TdClassName
{
border-color: #C42A8B;
}
.TagClassName
{
border-color: #C42A8B;
}
</style>