Shades of Medium Red Violet #C42887
Tints of Medium Red Violet #C42887
RGB
CMYK
RGB Variations
Color information
#C42887 (or 0xC42887) is known color: Medium Red Violet. HEX triplet: C4, 28 and 87. RGB value is (196,40,135). Sum of RGB (Red+Green+Blue) = 196+40+135=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C42887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42887 is #3BD778. Grayscale: #616161. Windows color (decimal): -3921785 or 8857796. OLE color: 8857796.
HSL color Cylindrical-coordinate representation of color #C42887: hue angle of 323.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42887 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 135 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.23 |
| HSL | 323.46º | 0.66% | 0.46% | - |
| HSV(B) | 323.46º | 0.8% | 0.77% | - |
| XYZ | 27.9 | 15 | 24.35 | - |
| YUV | 97.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 135 | 0 | 0.80 | 0.31 | 0.23 | 323.46 | 0.66 | 0.46 |
| Hex | C4 | 28 | 87 | 0 | 50 | 1F | 17 | 143 | 42 | 2E |
| Octal | 304 | 50 | 207 | 0 | 120 | 37 | 27 | 503 | 102 | 56 |
| Binary | 11000100 | 101000 | 10000111 | 0 | 1010000 | 11111 | 10111 | 101000011 | 1000010 | 101110 |
Color Harmonies of #C42887
Complementary color
Monochromatic Colors of #C42887
Black with #C42887
Text Example
Text Example
White with #C42887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42887; }
p { color: rgb(196,40,135); }
H1.HeaderClassName
{
color: #C42887;
}
.AnyTagClassName
{
color: #C42887;
}
</style>
background-color css
<style>
a { background-color: #C42887; }
a { background-color: rgb(196,40,135); }
div.DivClassName
{
background-color: #C42887;
}
.BgClassName
{
background-color: #C42887;
}
</style>
border-color css
<style>
span { border-color: #C42887; }
span { border-color: rgb(196,40,135); }
td.TdClassName
{
border-color: #C42887;
}
.TagClassName
{
border-color: #C42887;
}
</style>