Shades of Medium Red Violet #C62887
Tints of Medium Red Violet #C62887
RGB
CMYK
RGB Variations
Color information
#C62887 (or 0xC62887) is known color: Medium Red Violet. HEX triplet: C6, 28 and 87. RGB value is (198,40,135). Sum of RGB (Red+Green+Blue) = 198+40+135=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C62887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62887 is #39D778. Grayscale: #616161. Windows color (decimal): -3790713 or 8857798. OLE color: 8857798.
HSL color Cylindrical-coordinate representation of color #C62887: hue angle of 323.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62887 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 135 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.22 |
| HSL | 323.92º | 0.66% | 0.47% | - |
| HSV(B) | 323.92º | 0.8% | 0.78% | - |
| XYZ | 28.42 | 15.27 | 24.37 | - |
| YUV | 98.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 135 | 0 | 0.80 | 0.32 | 0.22 | 323.92 | 0.66 | 0.47 |
| Hex | C6 | 28 | 87 | 0 | 50 | 20 | 16 | 144 | 42 | 2F |
| Octal | 306 | 50 | 207 | 0 | 120 | 40 | 26 | 504 | 102 | 57 |
| Binary | 11000110 | 101000 | 10000111 | 0 | 1010000 | 100000 | 10110 | 101000100 | 1000010 | 101111 |
Color Harmonies of #C62887
Complementary color
Monochromatic Colors of #C62887
Black with #C62887
Text Example
Text Example
White with #C62887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62887; }
p { color: rgb(198,40,135); }
H1.HeaderClassName
{
color: #C62887;
}
.AnyTagClassName
{
color: #C62887;
}
</style>
background-color css
<style>
a { background-color: #C62887; }
a { background-color: rgb(198,40,135); }
div.DivClassName
{
background-color: #C62887;
}
.BgClassName
{
background-color: #C62887;
}
</style>
border-color css
<style>
span { border-color: #C62887; }
span { border-color: rgb(198,40,135); }
td.TdClassName
{
border-color: #C62887;
}
.TagClassName
{
border-color: #C62887;
}
</style>