Shades of Medium Red Violet #C027AD
Tints of Medium Red Violet #C027AD
RGB
CMYK
RGB Variations
Color information
#C027AD (or 0xC027AD) is known color: Medium Red Violet. HEX triplet: C0, 27 and AD. RGB value is (192,39,173). Sum of RGB (Red+Green+Blue) = 192+39+173=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C027AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C027AD is #3FD852. Grayscale: #636363. Windows color (decimal): -4184147 or 11347904. OLE color: 11347904.
HSL color Cylindrical-coordinate representation of color #C027AD: hue angle of 307.45º 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 #C027AD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 173 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.25 |
| HSL | 307.45º | 0.66% | 0.45% | - |
| HSV(B) | 307.45º | 0.8% | 0.75% | - |
| XYZ | 30.01 | 15.67 | 40.98 | - |
| YUV | 100.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 173 | 0 | 0.80 | 0.10 | 0.25 | 307.45 | 0.66 | 0.45 |
| Hex | C0 | 27 | AD | 0 | 50 | A | 19 | 133 | 42 | 2D |
| Octal | 300 | 47 | 255 | 0 | 120 | 12 | 31 | 463 | 102 | 55 |
| Binary | 11000000 | 100111 | 10101101 | 0 | 1010000 | 1010 | 11001 | 100110011 | 1000010 | 101101 |
Color Harmonies of #C027AD
Complementary color
Monochromatic Colors of #C027AD
Black with #C027AD
Text Example
Text Example
White with #C027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027AD; }
p { color: rgb(192,39,173); }
H1.HeaderClassName
{
color: #C027AD;
}
.AnyTagClassName
{
color: #C027AD;
}
</style>
background-color css
<style>
a { background-color: #C027AD; }
a { background-color: rgb(192,39,173); }
div.DivClassName
{
background-color: #C027AD;
}
.BgClassName
{
background-color: #C027AD;
}
</style>
border-color css
<style>
span { border-color: #C027AD; }
span { border-color: rgb(192,39,173); }
td.TdClassName
{
border-color: #C027AD;
}
.TagClassName
{
border-color: #C027AD;
}
</style>