Shades of Medium Red Violet #C42D8D
Tints of Medium Red Violet #C42D8D
RGB
CMYK
RGB Variations
Color information
#C42D8D (or 0xC42D8D) is known color: Medium Red Violet. HEX triplet: C4, 2D and 8D. RGB value is (196,45,141). Sum of RGB (Red+Green+Blue) = 196+45+141=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D8D is #3BD272. Grayscale: #646464. Windows color (decimal): -3920499 or 9252292. OLE color: 9252292.
HSL color Cylindrical-coordinate representation of color #C42D8D: hue angle of 321.85º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D8D is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 141 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.23 |
| HSL | 321.85º | 0.63% | 0.47% | - |
| HSV(B) | 321.85º | 0.77% | 0.77% | - |
| XYZ | 28.51 | 15.54 | 26.7 | - |
| YUV | 101.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 141 | 0 | 0.77 | 0.28 | 0.23 | 321.85 | 0.63 | 0.47 |
| Hex | C4 | 2D | 8D | 0 | 4D | 1C | 17 | 142 | 3F | 2F |
| Octal | 304 | 55 | 215 | 0 | 115 | 34 | 27 | 502 | 77 | 57 |
| Binary | 11000100 | 101101 | 10001101 | 0 | 1001101 | 11100 | 10111 | 101000010 | 111111 | 101111 |
Color Harmonies of #C42D8D
Complementary color
Monochromatic Colors of #C42D8D
Black with #C42D8D
Text Example
Text Example
White with #C42D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D8D; }
p { color: rgb(196,45,141); }
H1.HeaderClassName
{
color: #C42D8D;
}
.AnyTagClassName
{
color: #C42D8D;
}
</style>
background-color css
<style>
a { background-color: #C42D8D; }
a { background-color: rgb(196,45,141); }
div.DivClassName
{
background-color: #C42D8D;
}
.BgClassName
{
background-color: #C42D8D;
}
</style>
border-color css
<style>
span { border-color: #C42D8D; }
span { border-color: rgb(196,45,141); }
td.TdClassName
{
border-color: #C42D8D;
}
.TagClassName
{
border-color: #C42D8D;
}
</style>