Shades of Medium Red Violet #C42C7D
Tints of Medium Red Violet #C42C7D
RGB
CMYK
RGB Variations
Color information
#C42C7D (or 0xC42C7D) is known color: Medium Red Violet. HEX triplet: C4, 2C and 7D. RGB value is (196,44,125). Sum of RGB (Red+Green+Blue) = 196+44+125=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C7D is #3BD382. Grayscale: #626262. Windows color (decimal): -3920771 or 8203460. OLE color: 8203460.
HSL color Cylindrical-coordinate representation of color #C42C7D: hue angle of 328.03º 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 #C42C7D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 125 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.23 |
| HSL | 328.03º | 0.63% | 0.47% | - |
| HSV(B) | 328.03º | 0.78% | 0.77% | - |
| XYZ | 27.37 | 15.02 | 20.86 | - |
| YUV | 98.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 125 | 0 | 0.78 | 0.36 | 0.23 | 328.03 | 0.63 | 0.47 |
| Hex | C4 | 2C | 7D | 0 | 4E | 24 | 17 | 148 | 3F | 2F |
| Octal | 304 | 54 | 175 | 0 | 116 | 44 | 27 | 510 | 77 | 57 |
| Binary | 11000100 | 101100 | 1111101 | 0 | 1001110 | 100100 | 10111 | 101001000 | 111111 | 101111 |
Color Harmonies of #C42C7D
Complementary color
Monochromatic Colors of #C42C7D
Black with #C42C7D
Text Example
Text Example
White with #C42C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C7D; }
p { color: rgb(196,44,125); }
H1.HeaderClassName
{
color: #C42C7D;
}
.AnyTagClassName
{
color: #C42C7D;
}
</style>
background-color css
<style>
a { background-color: #C42C7D; }
a { background-color: rgb(196,44,125); }
div.DivClassName
{
background-color: #C42C7D;
}
.BgClassName
{
background-color: #C42C7D;
}
</style>
border-color css
<style>
span { border-color: #C42C7D; }
span { border-color: rgb(196,44,125); }
td.TdClassName
{
border-color: #C42C7D;
}
.TagClassName
{
border-color: #C42C7D;
}
</style>