Shades of Medium Red Violet #C82F8C
Tints of Medium Red Violet #C82F8C
RGB
CMYK
RGB Variations
Color information
#C82F8C (or 0xC82F8C) is known color: Medium Red Violet. HEX triplet: C8, 2F and 8C. RGB value is (200,47,140). Sum of RGB (Red+Green+Blue) = 200+47+140=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82F8C is #37D073. Grayscale: #676767. Windows color (decimal): -3657844 or 9187272. OLE color: 9187272.
HSL color Cylindrical-coordinate representation of color #C82F8C: hue angle of 323.53º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F8C is Cyan = 0, Magento = 0.76, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 140 | - |
| CMYK | 0 | 0.76 | 0.3 | 0.22 |
| HSL | 323.53º | 0.62% | 0.48% | - |
| HSV(B) | 323.53º | 0.77% | 0.78% | - |
| XYZ | 29.57 | 16.21 | 26.38 | - |
| YUV | 103.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 140 | 0 | 0.76 | 0.3 | 0.22 | 323.53 | 0.62 | 0.48 |
| Hex | C8 | 2F | 8C | 0 | 4C | 1E | 16 | 144 | 3E | 30 |
| Octal | 310 | 57 | 214 | 0 | 114 | 36 | 26 | 504 | 76 | 60 |
| Binary | 11001000 | 101111 | 10001100 | 0 | 1001100 | 11110 | 10110 | 101000100 | 111110 | 110000 |
Color Harmonies of #C82F8C
Complementary color
Monochromatic Colors of #C82F8C
Black with #C82F8C
Text Example
Text Example
White with #C82F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F8C; }
p { color: rgb(200,47,140); }
H1.HeaderClassName
{
color: #C82F8C;
}
.AnyTagClassName
{
color: #C82F8C;
}
</style>
background-color css
<style>
a { background-color: #C82F8C; }
a { background-color: rgb(200,47,140); }
div.DivClassName
{
background-color: #C82F8C;
}
.BgClassName
{
background-color: #C82F8C;
}
</style>
border-color css
<style>
span { border-color: #C82F8C; }
span { border-color: rgb(200,47,140); }
td.TdClassName
{
border-color: #C82F8C;
}
.TagClassName
{
border-color: #C82F8C;
}
</style>