Shades of Medium Violet Red #C817A1
Tints of Medium Violet Red #C817A1
RGB
CMYK
RGB Variations
Color information
#C817A1 (or 0xC817A1) is known color: Medium Violet Red. HEX triplet: C8, 17 and A1. RGB value is (200,23,161). Sum of RGB (Red+Green+Blue) = 200+23+161=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C817A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C817A1 is #37E85E. Grayscale: #5B5B5B. Windows color (decimal): -3663967 or 10557384. OLE color: 10557384.
HSL color Cylindrical-coordinate representation of color #C817A1: hue angle of 313.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C817A1 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 161 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.22 |
| HSL | 313.22º | 0.79% | 0.44% | - |
| HSV(B) | 313.22º | 0.89% | 0.78% | - |
| XYZ | 30.56 | 15.47 | 35.09 | - |
| YUV | 91.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 161 | 0 | 0.88 | 0.19 | 0.22 | 313.22 | 0.79 | 0.44 |
| Hex | C8 | 17 | A1 | 0 | 58 | 13 | 16 | 139 | 4F | 2C |
| Octal | 310 | 27 | 241 | 0 | 130 | 23 | 26 | 471 | 117 | 54 |
| Binary | 11001000 | 10111 | 10100001 | 0 | 1011000 | 10011 | 10110 | 100111001 | 1001111 | 101100 |
Color Harmonies of #C817A1
Complementary color
Monochromatic Colors of #C817A1
Black with #C817A1
Text Example
Text Example
White with #C817A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817A1; }
p { color: rgb(200,23,161); }
H1.HeaderClassName
{
color: #C817A1;
}
.AnyTagClassName
{
color: #C817A1;
}
</style>
background-color css
<style>
a { background-color: #C817A1; }
a { background-color: rgb(200,23,161); }
div.DivClassName
{
background-color: #C817A1;
}
.BgClassName
{
background-color: #C817A1;
}
</style>
border-color css
<style>
span { border-color: #C817A1; }
span { border-color: rgb(200,23,161); }
td.TdClassName
{
border-color: #C817A1;
}
.TagClassName
{
border-color: #C817A1;
}
</style>