Shades of Medium Red Violet #C427A2
Tints of Medium Red Violet #C427A2
RGB
CMYK
RGB Variations
Color information
#C427A2 (or 0xC427A2) is known color: Medium Red Violet. HEX triplet: C4, 27 and A2. RGB value is (196,39,162). Sum of RGB (Red+Green+Blue) = 196+39+162=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C427A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C427A2 is #3BD85D. Grayscale: #636363. Windows color (decimal): -3922014 or 10627012. OLE color: 10627012.
HSL color Cylindrical-coordinate representation of color #C427A2: hue angle of 312.99º 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 #C427A2 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 162 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.23 |
| HSL | 312.99º | 0.67% | 0.46% | - |
| HSV(B) | 312.99º | 0.8% | 0.77% | - |
| XYZ | 30.01 | 15.8 | 35.65 | - |
| YUV | 99.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 162 | 0 | 0.80 | 0.17 | 0.23 | 312.99 | 0.67 | 0.46 |
| Hex | C4 | 27 | A2 | 0 | 50 | 11 | 17 | 139 | 43 | 2E |
| Octal | 304 | 47 | 242 | 0 | 120 | 21 | 27 | 471 | 103 | 56 |
| Binary | 11000100 | 100111 | 10100010 | 0 | 1010000 | 10001 | 10111 | 100111001 | 1000011 | 101110 |
Color Harmonies of #C427A2
Complementary color
Monochromatic Colors of #C427A2
Black with #C427A2
Text Example
Text Example
White with #C427A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427A2; }
p { color: rgb(196,39,162); }
H1.HeaderClassName
{
color: #C427A2;
}
.AnyTagClassName
{
color: #C427A2;
}
</style>
background-color css
<style>
a { background-color: #C427A2; }
a { background-color: rgb(196,39,162); }
div.DivClassName
{
background-color: #C427A2;
}
.BgClassName
{
background-color: #C427A2;
}
</style>
border-color css
<style>
span { border-color: #C427A2; }
span { border-color: rgb(196,39,162); }
td.TdClassName
{
border-color: #C427A2;
}
.TagClassName
{
border-color: #C427A2;
}
</style>