Shades of Medium Red Violet #C427A4
Tints of Medium Red Violet #C427A4
RGB
CMYK
RGB Variations
Color information
#C427A4 (or 0xC427A4) is known color: Medium Red Violet. HEX triplet: C4, 27 and A4. RGB value is (196,39,164). Sum of RGB (Red+Green+Blue) = 196+39+164=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C427A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C427A4 is #3BD85B. Grayscale: #636363. Windows color (decimal): -3922012 or 10758084. OLE color: 10758084.
HSL color Cylindrical-coordinate representation of color #C427A4: hue angle of 312.23º 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 #C427A4 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 164 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.23 |
| HSL | 312.23º | 0.67% | 0.46% | - |
| HSV(B) | 312.23º | 0.8% | 0.77% | - |
| XYZ | 30.19 | 15.87 | 36.59 | - |
| YUV | 100.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 164 | 0 | 0.80 | 0.16 | 0.23 | 312.23 | 0.67 | 0.46 |
| Hex | C4 | 27 | A4 | 0 | 50 | 10 | 17 | 138 | 43 | 2E |
| Octal | 304 | 47 | 244 | 0 | 120 | 20 | 27 | 470 | 103 | 56 |
| Binary | 11000100 | 100111 | 10100100 | 0 | 1010000 | 10000 | 10111 | 100111000 | 1000011 | 101110 |
Color Harmonies of #C427A4
Complementary color
Monochromatic Colors of #C427A4
Black with #C427A4
Text Example
Text Example
White with #C427A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427A4; }
p { color: rgb(196,39,164); }
H1.HeaderClassName
{
color: #C427A4;
}
.AnyTagClassName
{
color: #C427A4;
}
</style>
background-color css
<style>
a { background-color: #C427A4; }
a { background-color: rgb(196,39,164); }
div.DivClassName
{
background-color: #C427A4;
}
.BgClassName
{
background-color: #C427A4;
}
</style>
border-color css
<style>
span { border-color: #C427A4; }
span { border-color: rgb(196,39,164); }
td.TdClassName
{
border-color: #C427A4;
}
.TagClassName
{
border-color: #C427A4;
}
</style>