Shades of Medium Red Violet #C42E9C
Tints of Medium Red Violet #C42E9C
RGB
CMYK
RGB Variations
Color information
#C42E9C (or 0xC42E9C) is known color: Medium Red Violet. HEX triplet: C4, 2E and 9C. RGB value is (196,46,156). Sum of RGB (Red+Green+Blue) = 196+46+156=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E9C is #3BD163. Grayscale: #676767. Windows color (decimal): -3920228 or 10235588. OLE color: 10235588.
HSL color Cylindrical-coordinate representation of color #C42E9C: hue angle of 316º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E9C is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 156 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.23 |
| HSL | 316º | 0.62% | 0.47% | - |
| HSV(B) | 316º | 0.77% | 0.77% | - |
| XYZ | 29.74 | 16.09 | 32.99 | - |
| YUV | 103.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 156 | 0 | 0.77 | 0.20 | 0.23 | 316 | 0.62 | 0.47 |
| Hex | C4 | 2E | 9C | 0 | 4D | 14 | 17 | 13C | 3E | 2F |
| Octal | 304 | 56 | 234 | 0 | 115 | 24 | 27 | 474 | 76 | 57 |
| Binary | 11000100 | 101110 | 10011100 | 0 | 1001101 | 10100 | 10111 | 100111100 | 111110 | 101111 |
Color Harmonies of #C42E9C
Complementary color
Monochromatic Colors of #C42E9C
Black with #C42E9C
Text Example
Text Example
White with #C42E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E9C; }
p { color: rgb(196,46,156); }
H1.HeaderClassName
{
color: #C42E9C;
}
.AnyTagClassName
{
color: #C42E9C;
}
</style>
background-color css
<style>
a { background-color: #C42E9C; }
a { background-color: rgb(196,46,156); }
div.DivClassName
{
background-color: #C42E9C;
}
.BgClassName
{
background-color: #C42E9C;
}
</style>
border-color css
<style>
span { border-color: #C42E9C; }
span { border-color: rgb(196,46,156); }
td.TdClassName
{
border-color: #C42E9C;
}
.TagClassName
{
border-color: #C42E9C;
}
</style>