Shades of Medium Red Violet #C42C7F
Tints of Medium Red Violet #C42C7F
RGB
CMYK
RGB Variations
Color information
#C42C7F (or 0xC42C7F) is known color: Medium Red Violet. HEX triplet: C4, 2C and 7F. RGB value is (196,44,127). Sum of RGB (Red+Green+Blue) = 196+44+127=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C7F is #3BD380. Grayscale: #626262. Windows color (decimal): -3920769 or 8334532. OLE color: 8334532.
HSL color Cylindrical-coordinate representation of color #C42C7F: hue angle of 327.24º degrees, saturation: 0.63, 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 #C42C7F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 127 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.23 |
| HSL | 327.24º | 0.63% | 0.47% | - |
| HSV(B) | 327.24º | 0.78% | 0.77% | - |
| XYZ | 27.5 | 15.07 | 21.54 | - |
| YUV | 98.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 127 | 0 | 0.78 | 0.35 | 0.23 | 327.24 | 0.63 | 0.47 |
| Hex | C4 | 2C | 7F | 0 | 4E | 23 | 17 | 147 | 3F | 2F |
| Octal | 304 | 54 | 177 | 0 | 116 | 43 | 27 | 507 | 77 | 57 |
| Binary | 11000100 | 101100 | 1111111 | 0 | 1001110 | 100011 | 10111 | 101000111 | 111111 | 101111 |
Color Harmonies of #C42C7F
Complementary color
Monochromatic Colors of #C42C7F
Black with #C42C7F
Text Example
Text Example
White with #C42C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C7F; }
p { color: rgb(196,44,127); }
H1.HeaderClassName
{
color: #C42C7F;
}
.AnyTagClassName
{
color: #C42C7F;
}
</style>
background-color css
<style>
a { background-color: #C42C7F; }
a { background-color: rgb(196,44,127); }
div.DivClassName
{
background-color: #C42C7F;
}
.BgClassName
{
background-color: #C42C7F;
}
</style>
border-color css
<style>
span { border-color: #C42C7F; }
span { border-color: rgb(196,44,127); }
td.TdClassName
{
border-color: #C42C7F;
}
.TagClassName
{
border-color: #C42C7F;
}
</style>