Shades of Medium Red Violet #C42C9B
Tints of Medium Red Violet #C42C9B
RGB
CMYK
RGB Variations
Color information
#C42C9B (or 0xC42C9B) is known color: Medium Red Violet. HEX triplet: C4, 2C and 9B. RGB value is (196,44,155). Sum of RGB (Red+Green+Blue) = 196+44+155=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42C9B is #3BD364. Grayscale: #656565. Windows color (decimal): -3920741 or 10169540. OLE color: 10169540.
HSL color Cylindrical-coordinate representation of color #C42C9B: hue angle of 316.18º 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 #C42C9B is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 155 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.23 |
| HSL | 316.18º | 0.63% | 0.47% | - |
| HSV(B) | 316.18º | 0.78% | 0.77% | - |
| XYZ | 29.58 | 15.9 | 32.52 | - |
| YUV | 102.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 155 | 0 | 0.78 | 0.21 | 0.23 | 316.18 | 0.63 | 0.47 |
| Hex | C4 | 2C | 9B | 0 | 4E | 15 | 17 | 13C | 3F | 2F |
| Octal | 304 | 54 | 233 | 0 | 116 | 25 | 27 | 474 | 77 | 57 |
| Binary | 11000100 | 101100 | 10011011 | 0 | 1001110 | 10101 | 10111 | 100111100 | 111111 | 101111 |
Color Harmonies of #C42C9B
Complementary color
Monochromatic Colors of #C42C9B
Black with #C42C9B
Text Example
Text Example
White with #C42C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C9B; }
p { color: rgb(196,44,155); }
H1.HeaderClassName
{
color: #C42C9B;
}
.AnyTagClassName
{
color: #C42C9B;
}
</style>
background-color css
<style>
a { background-color: #C42C9B; }
a { background-color: rgb(196,44,155); }
div.DivClassName
{
background-color: #C42C9B;
}
.BgClassName
{
background-color: #C42C9B;
}
</style>
border-color css
<style>
span { border-color: #C42C9B; }
span { border-color: rgb(196,44,155); }
td.TdClassName
{
border-color: #C42C9B;
}
.TagClassName
{
border-color: #C42C9B;
}
</style>