Shades of Medium Red Violet #C027AE
Tints of Medium Red Violet #C027AE
RGB
CMYK
RGB Variations
Color information
#C027AE (or 0xC027AE) is known color: Medium Red Violet. HEX triplet: C0, 27 and AE. RGB value is (192,39,174). Sum of RGB (Red+Green+Blue) = 192+39+174=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C027AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C027AE is #3FD851. Grayscale: #636363. Windows color (decimal): -4184146 or 11413440. OLE color: 11413440.
HSL color Cylindrical-coordinate representation of color #C027AE: hue angle of 307.06º 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 #C027AE is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 174 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.25 |
| HSL | 307.06º | 0.66% | 0.45% | - |
| HSV(B) | 307.06º | 0.8% | 0.75% | - |
| XYZ | 30.1 | 15.71 | 41.49 | - |
| YUV | 100.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 174 | 0 | 0.80 | 0.09 | 0.25 | 307.06 | 0.66 | 0.45 |
| Hex | C0 | 27 | AE | 0 | 50 | 9 | 19 | 133 | 42 | 2D |
| Octal | 300 | 47 | 256 | 0 | 120 | 11 | 31 | 463 | 102 | 55 |
| Binary | 11000000 | 100111 | 10101110 | 0 | 1010000 | 1001 | 11001 | 100110011 | 1000010 | 101101 |
Color Harmonies of #C027AE
Complementary color
Monochromatic Colors of #C027AE
Black with #C027AE
Text Example
Text Example
White with #C027AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027AE; }
p { color: rgb(192,39,174); }
H1.HeaderClassName
{
color: #C027AE;
}
.AnyTagClassName
{
color: #C027AE;
}
</style>
background-color css
<style>
a { background-color: #C027AE; }
a { background-color: rgb(192,39,174); }
div.DivClassName
{
background-color: #C027AE;
}
.BgClassName
{
background-color: #C027AE;
}
</style>
border-color css
<style>
span { border-color: #C027AE; }
span { border-color: rgb(192,39,174); }
td.TdClassName
{
border-color: #C027AE;
}
.TagClassName
{
border-color: #C027AE;
}
</style>