Shades of Medium Red Violet #C42687
Tints of Medium Red Violet #C42687
RGB
CMYK
RGB Variations
Color information
#C42687 (or 0xC42687) is known color: Medium Red Violet. HEX triplet: C4, 26 and 87. RGB value is (196,38,135). Sum of RGB (Red+Green+Blue) = 196+38+135=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C42687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42687 is #3BD978. Grayscale: #606060. Windows color (decimal): -3922297 or 8857284. OLE color: 8857284.
HSL color Cylindrical-coordinate representation of color #C42687: hue angle of 323.16º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42687 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 135 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.23 |
| HSL | 323.16º | 0.68% | 0.46% | - |
| HSV(B) | 323.16º | 0.81% | 0.77% | - |
| XYZ | 27.83 | 14.87 | 24.33 | - |
| YUV | 96.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 135 | 0 | 0.81 | 0.31 | 0.23 | 323.16 | 0.68 | 0.46 |
| Hex | C4 | 26 | 87 | 0 | 51 | 1F | 17 | 143 | 44 | 2E |
| Octal | 304 | 46 | 207 | 0 | 121 | 37 | 27 | 503 | 104 | 56 |
| Binary | 11000100 | 100110 | 10000111 | 0 | 1010001 | 11111 | 10111 | 101000011 | 1000100 | 101110 |
Color Harmonies of #C42687
Complementary color
Monochromatic Colors of #C42687
Black with #C42687
Text Example
Text Example
White with #C42687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42687; }
p { color: rgb(196,38,135); }
H1.HeaderClassName
{
color: #C42687;
}
.AnyTagClassName
{
color: #C42687;
}
</style>
background-color css
<style>
a { background-color: #C42687; }
a { background-color: rgb(196,38,135); }
div.DivClassName
{
background-color: #C42687;
}
.BgClassName
{
background-color: #C42687;
}
</style>
border-color css
<style>
span { border-color: #C42687; }
span { border-color: rgb(196,38,135); }
td.TdClassName
{
border-color: #C42687;
}
.TagClassName
{
border-color: #C42687;
}
</style>