Shades of Medium Violet Red #C815A5
Tints of Medium Violet Red #C815A5
RGB
CMYK
RGB Variations
Color information
#C815A5 (or 0xC815A5) is known color: Medium Violet Red. HEX triplet: C8, 15 and A5. RGB value is (200,21,165). Sum of RGB (Red+Green+Blue) = 200+21+165=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C815A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C815A5 is #37EA5A. Grayscale: #5A5A5A. Windows color (decimal): -3664475 or 10819016. OLE color: 10819016.
HSL color Cylindrical-coordinate representation of color #C815A5: hue angle of 311.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C815A5 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 165 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.22 |
| HSL | 311.73º | 0.81% | 0.43% | - |
| HSV(B) | 311.73º | 0.9% | 0.78% | - |
| XYZ | 30.88 | 15.53 | 36.97 | - |
| YUV | 90.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 165 | 0 | 0.90 | 0.18 | 0.22 | 311.73 | 0.81 | 0.43 |
| Hex | C8 | 15 | A5 | 0 | 5A | 12 | 16 | 138 | 51 | 2B |
| Octal | 310 | 25 | 245 | 0 | 132 | 22 | 26 | 470 | 121 | 53 |
| Binary | 11001000 | 10101 | 10100101 | 0 | 1011010 | 10010 | 10110 | 100111000 | 1010001 | 101011 |
Color Harmonies of #C815A5
Complementary color
Monochromatic Colors of #C815A5
Black with #C815A5
Text Example
Text Example
White with #C815A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815A5; }
p { color: rgb(200,21,165); }
H1.HeaderClassName
{
color: #C815A5;
}
.AnyTagClassName
{
color: #C815A5;
}
</style>
background-color css
<style>
a { background-color: #C815A5; }
a { background-color: rgb(200,21,165); }
div.DivClassName
{
background-color: #C815A5;
}
.BgClassName
{
background-color: #C815A5;
}
</style>
border-color css
<style>
span { border-color: #C815A5; }
span { border-color: rgb(200,21,165); }
td.TdClassName
{
border-color: #C815A5;
}
.TagClassName
{
border-color: #C815A5;
}
</style>