Shades of Medium Red Violet #C82FA5
Tints of Medium Red Violet #C82FA5
RGB
CMYK
RGB Variations
Color information
#C82FA5 (or 0xC82FA5) is known color: Medium Red Violet. HEX triplet: C8, 2F and A5. RGB value is (200,47,165). Sum of RGB (Red+Green+Blue) = 200+47+165=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FA5 is #37D05A. Grayscale: #696969. Windows color (decimal): -3657819 or 10825672. OLE color: 10825672.
HSL color Cylindrical-coordinate representation of color #C82FA5: hue angle of 313.73º 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 #C82FA5 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 165 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.22 |
| HSL | 313.73º | 0.62% | 0.48% | - |
| HSV(B) | 313.73º | 0.77% | 0.78% | - |
| XYZ | 31.63 | 17.03 | 37.22 | - |
| YUV | 106.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 165 | 0 | 0.76 | 0.18 | 0.22 | 313.73 | 0.62 | 0.48 |
| Hex | C8 | 2F | A5 | 0 | 4C | 12 | 16 | 13A | 3E | 30 |
| Octal | 310 | 57 | 245 | 0 | 114 | 22 | 26 | 472 | 76 | 60 |
| Binary | 11001000 | 101111 | 10100101 | 0 | 1001100 | 10010 | 10110 | 100111010 | 111110 | 110000 |
Color Harmonies of #C82FA5
Complementary color
Monochromatic Colors of #C82FA5
Black with #C82FA5
Text Example
Text Example
White with #C82FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FA5; }
p { color: rgb(200,47,165); }
H1.HeaderClassName
{
color: #C82FA5;
}
.AnyTagClassName
{
color: #C82FA5;
}
</style>
background-color css
<style>
a { background-color: #C82FA5; }
a { background-color: rgb(200,47,165); }
div.DivClassName
{
background-color: #C82FA5;
}
.BgClassName
{
background-color: #C82FA5;
}
</style>
border-color css
<style>
span { border-color: #C82FA5; }
span { border-color: rgb(200,47,165); }
td.TdClassName
{
border-color: #C82FA5;
}
.TagClassName
{
border-color: #C82FA5;
}
</style>