Shades of Medium Red Violet #C42BAD
Tints of Medium Red Violet #C42BAD
RGB
CMYK
RGB Variations
Color information
#C42BAD (or 0xC42BAD) is known color: Medium Red Violet. HEX triplet: C4, 2B and AD. RGB value is (196,43,173). Sum of RGB (Red+Green+Blue) = 196+43+173=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BAD is #3BD452. Grayscale: #676767. Windows color (decimal): -3920979 or 11348932. OLE color: 11348932.
HSL color Cylindrical-coordinate representation of color #C42BAD: hue angle of 309.02º degrees, saturation: 0.64, 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 #C42BAD is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 173 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.23 |
| HSL | 309.02º | 0.64% | 0.47% | - |
| HSV(B) | 309.02º | 0.78% | 0.77% | - |
| XYZ | 31.17 | 16.48 | 41.07 | - |
| YUV | 103.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 173 | 0 | 0.78 | 0.12 | 0.23 | 309.02 | 0.64 | 0.47 |
| Hex | C4 | 2B | AD | 0 | 4E | C | 17 | 135 | 40 | 2F |
| Octal | 304 | 53 | 255 | 0 | 116 | 14 | 27 | 465 | 100 | 57 |
| Binary | 11000100 | 101011 | 10101101 | 0 | 1001110 | 1100 | 10111 | 100110101 | 1000000 | 101111 |
Color Harmonies of #C42BAD
Complementary color
Monochromatic Colors of #C42BAD
Black with #C42BAD
Text Example
Text Example
White with #C42BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BAD; }
p { color: rgb(196,43,173); }
H1.HeaderClassName
{
color: #C42BAD;
}
.AnyTagClassName
{
color: #C42BAD;
}
</style>
background-color css
<style>
a { background-color: #C42BAD; }
a { background-color: rgb(196,43,173); }
div.DivClassName
{
background-color: #C42BAD;
}
.BgClassName
{
background-color: #C42BAD;
}
</style>
border-color css
<style>
span { border-color: #C42BAD; }
span { border-color: rgb(196,43,173); }
td.TdClassName
{
border-color: #C42BAD;
}
.TagClassName
{
border-color: #C42BAD;
}
</style>