Shades of Medium Red Violet #C82887
Tints of Medium Red Violet #C82887
RGB
CMYK
RGB Variations
Color information
#C82887 (or 0xC82887) is known color: Medium Red Violet. HEX triplet: C8, 28 and 87. RGB value is (200,40,135). Sum of RGB (Red+Green+Blue) = 200+40+135=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C82887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82887 is #37D778. Grayscale: #626262. Windows color (decimal): -3659641 or 8857800. OLE color: 8857800.
HSL color Cylindrical-coordinate representation of color #C82887: hue angle of 324.38º degrees, saturation: 0.67, 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 #C82887 is Cyan = 0, Magento = 0.8, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 135 | - |
| CMYK | 0 | 0.8 | 0.32 | 0.22 |
| HSL | 324.38º | 0.67% | 0.47% | - |
| HSV(B) | 324.38º | 0.8% | 0.78% | - |
| XYZ | 28.95 | 15.55 | 24.4 | - |
| YUV | 98.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 135 | 0 | 0.8 | 0.32 | 0.22 | 324.38 | 0.67 | 0.47 |
| Hex | C8 | 28 | 87 | 0 | 50 | 20 | 16 | 144 | 43 | 2F |
| Octal | 310 | 50 | 207 | 0 | 120 | 40 | 26 | 504 | 103 | 57 |
| Binary | 11001000 | 101000 | 10000111 | 0 | 1010000 | 100000 | 10110 | 101000100 | 1000011 | 101111 |
Color Harmonies of #C82887
Complementary color
Monochromatic Colors of #C82887
Black with #C82887
Text Example
Text Example
White with #C82887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82887; }
p { color: rgb(200,40,135); }
H1.HeaderClassName
{
color: #C82887;
}
.AnyTagClassName
{
color: #C82887;
}
</style>
background-color css
<style>
a { background-color: #C82887; }
a { background-color: rgb(200,40,135); }
div.DivClassName
{
background-color: #C82887;
}
.BgClassName
{
background-color: #C82887;
}
</style>
border-color css
<style>
span { border-color: #C82887; }
span { border-color: rgb(200,40,135); }
td.TdClassName
{
border-color: #C82887;
}
.TagClassName
{
border-color: #C82887;
}
</style>