Shades of Medium Red Violet #C42A7B
Tints of Medium Red Violet #C42A7B
RGB
CMYK
RGB Variations
Color information
#C42A7B (or 0xC42A7B) is known color: Medium Red Violet. HEX triplet: C4, 2A and 7B. RGB value is (196,42,123). Sum of RGB (Red+Green+Blue) = 196+42+123=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A7B is #3BD584. Grayscale: #616161. Windows color (decimal): -3921285 or 8071876. OLE color: 8071876.
HSL color Cylindrical-coordinate representation of color #C42A7B: hue angle of 328.44º 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 #C42A7B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 123 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.23 |
| HSL | 328.44º | 0.65% | 0.47% | - |
| HSV(B) | 328.44º | 0.79% | 0.77% | - |
| XYZ | 27.17 | 14.82 | 20.17 | - |
| YUV | 97.28 | 142.52 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 123 | 0 | 0.79 | 0.37 | 0.23 | 328.44 | 0.65 | 0.47 |
| Hex | C4 | 2A | 7B | 0 | 4F | 25 | 17 | 148 | 41 | 2F |
| Octal | 304 | 52 | 173 | 0 | 117 | 45 | 27 | 510 | 101 | 57 |
| Binary | 11000100 | 101010 | 1111011 | 0 | 1001111 | 100101 | 10111 | 101001000 | 1000001 | 101111 |
Color Harmonies of #C42A7B
Complementary color
Monochromatic Colors of #C42A7B
Black with #C42A7B
Text Example
Text Example
White with #C42A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A7B; }
p { color: rgb(196,42,123); }
H1.HeaderClassName
{
color: #C42A7B;
}
.AnyTagClassName
{
color: #C42A7B;
}
</style>
background-color css
<style>
a { background-color: #C42A7B; }
a { background-color: rgb(196,42,123); }
div.DivClassName
{
background-color: #C42A7B;
}
.BgClassName
{
background-color: #C42A7B;
}
</style>
border-color css
<style>
span { border-color: #C42A7B; }
span { border-color: rgb(196,42,123); }
td.TdClassName
{
border-color: #C42A7B;
}
.TagClassName
{
border-color: #C42A7B;
}
</style>