Shades of Medium Red Violet #C82BA5
Tints of Medium Red Violet #C82BA5
RGB
CMYK
RGB Variations
Color information
#C82BA5 (or 0xC82BA5) is known color: Medium Red Violet. HEX triplet: C8, 2B and A5. RGB value is (200,43,165). Sum of RGB (Red+Green+Blue) = 200+43+165=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BA5 is #37D45A. Grayscale: #676767. Windows color (decimal): -3658843 or 10824648. OLE color: 10824648.
HSL color Cylindrical-coordinate representation of color #C82BA5: hue angle of 313.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82BA5 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 165 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.22 |
| HSL | 313.38º | 0.65% | 0.48% | - |
| HSV(B) | 313.38º | 0.79% | 0.78% | - |
| XYZ | 31.47 | 16.72 | 37.17 | - |
| YUV | 103.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 165 | 0 | 0.78 | 0.18 | 0.22 | 313.38 | 0.65 | 0.48 |
| Hex | C8 | 2B | A5 | 0 | 4E | 12 | 16 | 139 | 41 | 30 |
| Octal | 310 | 53 | 245 | 0 | 116 | 22 | 26 | 471 | 101 | 60 |
| Binary | 11001000 | 101011 | 10100101 | 0 | 1001110 | 10010 | 10110 | 100111001 | 1000001 | 110000 |
Color Harmonies of #C82BA5
Complementary color
Monochromatic Colors of #C82BA5
Black with #C82BA5
Text Example
Text Example
White with #C82BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BA5; }
p { color: rgb(200,43,165); }
H1.HeaderClassName
{
color: #C82BA5;
}
.AnyTagClassName
{
color: #C82BA5;
}
</style>
background-color css
<style>
a { background-color: #C82BA5; }
a { background-color: rgb(200,43,165); }
div.DivClassName
{
background-color: #C82BA5;
}
.BgClassName
{
background-color: #C82BA5;
}
</style>
border-color css
<style>
span { border-color: #C82BA5; }
span { border-color: rgb(200,43,165); }
td.TdClassName
{
border-color: #C82BA5;
}
.TagClassName
{
border-color: #C82BA5;
}
</style>