Shades of Medium Red Violet #C027AC
Tints of Medium Red Violet #C027AC
RGB
CMYK
RGB Variations
Color information
#C027AC (or 0xC027AC) is known color: Medium Red Violet. HEX triplet: C0, 27 and AC. RGB value is (192,39,172). Sum of RGB (Red+Green+Blue) = 192+39+172=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C027AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C027AC is #3FD853. Grayscale: #636363. Windows color (decimal): -4184148 or 11282368. OLE color: 11282368.
HSL color Cylindrical-coordinate representation of color #C027AC: hue angle of 307.84º 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 #C027AC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 172 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.25 |
| HSL | 307.84º | 0.66% | 0.45% | - |
| HSV(B) | 307.84º | 0.8% | 0.75% | - |
| XYZ | 29.91 | 15.64 | 40.47 | - |
| YUV | 99.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 172 | 0 | 0.80 | 0.10 | 0.25 | 307.84 | 0.66 | 0.45 |
| Hex | C0 | 27 | AC | 0 | 50 | A | 19 | 134 | 42 | 2D |
| Octal | 300 | 47 | 254 | 0 | 120 | 12 | 31 | 464 | 102 | 55 |
| Binary | 11000000 | 100111 | 10101100 | 0 | 1010000 | 1010 | 11001 | 100110100 | 1000010 | 101101 |
Color Harmonies of #C027AC
Complementary color
Monochromatic Colors of #C027AC
Black with #C027AC
Text Example
Text Example
White with #C027AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027AC; }
p { color: rgb(192,39,172); }
H1.HeaderClassName
{
color: #C027AC;
}
.AnyTagClassName
{
color: #C027AC;
}
</style>
background-color css
<style>
a { background-color: #C027AC; }
a { background-color: rgb(192,39,172); }
div.DivClassName
{
background-color: #C027AC;
}
.BgClassName
{
background-color: #C027AC;
}
</style>
border-color css
<style>
span { border-color: #C027AC; }
span { border-color: rgb(192,39,172); }
td.TdClassName
{
border-color: #C027AC;
}
.TagClassName
{
border-color: #C027AC;
}
</style>