Shades of Medium Red Violet #C42D9D
Tints of Medium Red Violet #C42D9D
RGB
CMYK
RGB Variations
Color information
#C42D9D (or 0xC42D9D) is known color: Medium Red Violet. HEX triplet: C4, 2D and 9D. RGB value is (196,45,157). Sum of RGB (Red+Green+Blue) = 196+45+157=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D9D is #3BD262. Grayscale: #666666. Windows color (decimal): -3920483 or 10300868. OLE color: 10300868.
HSL color Cylindrical-coordinate representation of color #C42D9D: hue angle of 315.5º 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 #C42D9D is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 157 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.23 |
| HSL | 315.5º | 0.63% | 0.47% | - |
| HSV(B) | 315.5º | 0.77% | 0.77% | - |
| XYZ | 29.79 | 16.05 | 33.43 | - |
| YUV | 102.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 157 | 0 | 0.77 | 0.20 | 0.23 | 315.5 | 0.63 | 0.47 |
| Hex | C4 | 2D | 9D | 0 | 4D | 14 | 17 | 13B | 3F | 2F |
| Octal | 304 | 55 | 235 | 0 | 115 | 24 | 27 | 473 | 77 | 57 |
| Binary | 11000100 | 101101 | 10011101 | 0 | 1001101 | 10100 | 10111 | 100111011 | 111111 | 101111 |
Color Harmonies of #C42D9D
Complementary color
Monochromatic Colors of #C42D9D
Black with #C42D9D
Text Example
Text Example
White with #C42D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D9D; }
p { color: rgb(196,45,157); }
H1.HeaderClassName
{
color: #C42D9D;
}
.AnyTagClassName
{
color: #C42D9D;
}
</style>
background-color css
<style>
a { background-color: #C42D9D; }
a { background-color: rgb(196,45,157); }
div.DivClassName
{
background-color: #C42D9D;
}
.BgClassName
{
background-color: #C42D9D;
}
</style>
border-color css
<style>
span { border-color: #C42D9D; }
span { border-color: rgb(196,45,157); }
td.TdClassName
{
border-color: #C42D9D;
}
.TagClassName
{
border-color: #C42D9D;
}
</style>