Shades of Medium Red Violet #C82D8C
Tints of Medium Red Violet #C82D8C
RGB
CMYK
RGB Variations
Color information
#C82D8C (or 0xC82D8C) is known color: Medium Red Violet. HEX triplet: C8, 2D and 8C. RGB value is (200,45,140). Sum of RGB (Red+Green+Blue) = 200+45+140=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82D8C is #37D273. Grayscale: #656565. Windows color (decimal): -3658356 or 9186760. OLE color: 9186760.
HSL color Cylindrical-coordinate representation of color #C82D8C: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82D8C is Cyan = 0, Magento = 0.78, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 140 | - |
| CMYK | 0 | 0.78 | 0.3 | 0.22 |
| HSL | 323.23º | 0.63% | 0.48% | - |
| HSV(B) | 323.23º | 0.78% | 0.78% | - |
| XYZ | 29.49 | 16.05 | 26.35 | - |
| YUV | 102.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 140 | 0 | 0.78 | 0.3 | 0.22 | 323.23 | 0.63 | 0.48 |
| Hex | C8 | 2D | 8C | 0 | 4E | 1E | 16 | 143 | 3F | 30 |
| Octal | 310 | 55 | 214 | 0 | 116 | 36 | 26 | 503 | 77 | 60 |
| Binary | 11001000 | 101101 | 10001100 | 0 | 1001110 | 11110 | 10110 | 101000011 | 111111 | 110000 |
Color Harmonies of #C82D8C
Complementary color
Monochromatic Colors of #C82D8C
Black with #C82D8C
Text Example
Text Example
White with #C82D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D8C; }
p { color: rgb(200,45,140); }
H1.HeaderClassName
{
color: #C82D8C;
}
.AnyTagClassName
{
color: #C82D8C;
}
</style>
background-color css
<style>
a { background-color: #C82D8C; }
a { background-color: rgb(200,45,140); }
div.DivClassName
{
background-color: #C82D8C;
}
.BgClassName
{
background-color: #C82D8C;
}
</style>
border-color css
<style>
span { border-color: #C82D8C; }
span { border-color: rgb(200,45,140); }
td.TdClassName
{
border-color: #C82D8C;
}
.TagClassName
{
border-color: #C82D8C;
}
</style>