Shades of Medium Red Violet #C42F7B
Tints of Medium Red Violet #C42F7B
RGB
CMYK
RGB Variations
Color information
#C42F7B (or 0xC42F7B) is known color: Medium Red Violet. HEX triplet: C4, 2F and 7B. RGB value is (196,47,123). Sum of RGB (Red+Green+Blue) = 196+47+123=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42F7B is #3BD084. Grayscale: #646464. Windows color (decimal): -3920005 or 8073156. OLE color: 8073156.
HSL color Cylindrical-coordinate representation of color #C42F7B: hue angle of 329.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F7B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 123 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.23 |
| HSL | 329.4º | 0.61% | 0.48% | - |
| HSV(B) | 329.4º | 0.76% | 0.77% | - |
| XYZ | 27.36 | 15.2 | 20.23 | - |
| YUV | 100.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 123 | 0 | 0.76 | 0.37 | 0.23 | 329.4 | 0.61 | 0.48 |
| Hex | C4 | 2F | 7B | 0 | 4C | 25 | 17 | 149 | 3D | 30 |
| Octal | 304 | 57 | 173 | 0 | 114 | 45 | 27 | 511 | 75 | 60 |
| Binary | 11000100 | 101111 | 1111011 | 0 | 1001100 | 100101 | 10111 | 101001001 | 111101 | 110000 |
Color Harmonies of #C42F7B
Complementary color
Monochromatic Colors of #C42F7B
Black with #C42F7B
Text Example
Text Example
White with #C42F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F7B; }
p { color: rgb(196,47,123); }
H1.HeaderClassName
{
color: #C42F7B;
}
.AnyTagClassName
{
color: #C42F7B;
}
</style>
background-color css
<style>
a { background-color: #C42F7B; }
a { background-color: rgb(196,47,123); }
div.DivClassName
{
background-color: #C42F7B;
}
.BgClassName
{
background-color: #C42F7B;
}
</style>
border-color css
<style>
span { border-color: #C42F7B; }
span { border-color: rgb(196,47,123); }
td.TdClassName
{
border-color: #C42F7B;
}
.TagClassName
{
border-color: #C42F7B;
}
</style>