Shades of Medium Red Violet #C027A1
Tints of Medium Red Violet #C027A1
RGB
CMYK
RGB Variations
Color information
#C027A1 (or 0xC027A1) is known color: Medium Red Violet. HEX triplet: C0, 27 and A1. RGB value is (192,39,161). Sum of RGB (Red+Green+Blue) = 192+39+161=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C027A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C027A1 is #3FD85E. Grayscale: #626262. Windows color (decimal): -4184159 or 10561472. OLE color: 10561472.
HSL color Cylindrical-coordinate representation of color #C027A1: hue angle of 312.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C027A1 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 161 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.25 |
| HSL | 312.16º | 0.66% | 0.45% | - |
| HSV(B) | 312.16º | 0.8% | 0.75% | - |
| XYZ | 28.9 | 15.23 | 35.14 | - |
| YUV | 98.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 161 | 0 | 0.80 | 0.16 | 0.25 | 312.16 | 0.66 | 0.45 |
| Hex | C0 | 27 | A1 | 0 | 50 | 10 | 19 | 138 | 42 | 2D |
| Octal | 300 | 47 | 241 | 0 | 120 | 20 | 31 | 470 | 102 | 55 |
| Binary | 11000000 | 100111 | 10100001 | 0 | 1010000 | 10000 | 11001 | 100111000 | 1000010 | 101101 |
Color Harmonies of #C027A1
Complementary color
Monochromatic Colors of #C027A1
Black with #C027A1
Text Example
Text Example
White with #C027A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027A1; }
p { color: rgb(192,39,161); }
H1.HeaderClassName
{
color: #C027A1;
}
.AnyTagClassName
{
color: #C027A1;
}
</style>
background-color css
<style>
a { background-color: #C027A1; }
a { background-color: rgb(192,39,161); }
div.DivClassName
{
background-color: #C027A1;
}
.BgClassName
{
background-color: #C027A1;
}
</style>
border-color css
<style>
span { border-color: #C027A1; }
span { border-color: rgb(192,39,161); }
td.TdClassName
{
border-color: #C027A1;
}
.TagClassName
{
border-color: #C027A1;
}
</style>