Shades of Medium Red Violet #C42B7D
Tints of Medium Red Violet #C42B7D
RGB
CMYK
RGB Variations
Color information
#C42B7D (or 0xC42B7D) is known color: Medium Red Violet. HEX triplet: C4, 2B and 7D. RGB value is (196,43,125). Sum of RGB (Red+Green+Blue) = 196+43+125=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B7D is #3BD482. Grayscale: #616161. Windows color (decimal): -3921027 or 8203204. OLE color: 8203204.
HSL color Cylindrical-coordinate representation of color #C42B7D: hue angle of 327.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B7D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 125 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.23 |
| HSL | 327.84º | 0.64% | 0.47% | - |
| HSV(B) | 327.84º | 0.78% | 0.77% | - |
| XYZ | 27.33 | 14.94 | 20.85 | - |
| YUV | 98.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 125 | 0 | 0.78 | 0.36 | 0.23 | 327.84 | 0.64 | 0.47 |
| Hex | C4 | 2B | 7D | 0 | 4E | 24 | 17 | 148 | 40 | 2F |
| Octal | 304 | 53 | 175 | 0 | 116 | 44 | 27 | 510 | 100 | 57 |
| Binary | 11000100 | 101011 | 1111101 | 0 | 1001110 | 100100 | 10111 | 101001000 | 1000000 | 101111 |
Color Harmonies of #C42B7D
Complementary color
Monochromatic Colors of #C42B7D
Black with #C42B7D
Text Example
Text Example
White with #C42B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B7D; }
p { color: rgb(196,43,125); }
H1.HeaderClassName
{
color: #C42B7D;
}
.AnyTagClassName
{
color: #C42B7D;
}
</style>
background-color css
<style>
a { background-color: #C42B7D; }
a { background-color: rgb(196,43,125); }
div.DivClassName
{
background-color: #C42B7D;
}
.BgClassName
{
background-color: #C42B7D;
}
</style>
border-color css
<style>
span { border-color: #C42B7D; }
span { border-color: rgb(196,43,125); }
td.TdClassName
{
border-color: #C42B7D;
}
.TagClassName
{
border-color: #C42B7D;
}
</style>