Shades of Medium Red Violet #C427AD
Tints of Medium Red Violet #C427AD
RGB
CMYK
RGB Variations
Color information
#C427AD (or 0xC427AD) is known color: Medium Red Violet. HEX triplet: C4, 27 and AD. RGB value is (196,39,173). Sum of RGB (Red+Green+Blue) = 196+39+173=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C427AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C427AD is #3BD852. Grayscale: #646464. Windows color (decimal): -3922003 or 11347908. OLE color: 11347908.
HSL color Cylindrical-coordinate representation of color #C427AD: hue angle of 308.79º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C427AD is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 173 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.23 |
| HSL | 308.79º | 0.67% | 0.46% | - |
| HSV(B) | 308.79º | 0.8% | 0.77% | - |
| XYZ | 31.03 | 16.2 | 41.03 | - |
| YUV | 101.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 173 | 0 | 0.80 | 0.12 | 0.23 | 308.79 | 0.67 | 0.46 |
| Hex | C4 | 27 | AD | 0 | 50 | C | 17 | 135 | 43 | 2E |
| Octal | 304 | 47 | 255 | 0 | 120 | 14 | 27 | 465 | 103 | 56 |
| Binary | 11000100 | 100111 | 10101101 | 0 | 1010000 | 1100 | 10111 | 100110101 | 1000011 | 101110 |
Color Harmonies of #C427AD
Complementary color
Monochromatic Colors of #C427AD
Black with #C427AD
Text Example
Text Example
White with #C427AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427AD; }
p { color: rgb(196,39,173); }
H1.HeaderClassName
{
color: #C427AD;
}
.AnyTagClassName
{
color: #C427AD;
}
</style>
background-color css
<style>
a { background-color: #C427AD; }
a { background-color: rgb(196,39,173); }
div.DivClassName
{
background-color: #C427AD;
}
.BgClassName
{
background-color: #C427AD;
}
</style>
border-color css
<style>
span { border-color: #C427AD; }
span { border-color: rgb(196,39,173); }
td.TdClassName
{
border-color: #C427AD;
}
.TagClassName
{
border-color: #C427AD;
}
</style>