Shades of Medium Red Violet #C427A5
Tints of Medium Red Violet #C427A5
RGB
CMYK
RGB Variations
Color information
#C427A5 (or 0xC427A5) is known color: Medium Red Violet. HEX triplet: C4, 27 and A5. RGB value is (196,39,165). Sum of RGB (Red+Green+Blue) = 196+39+165=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C427A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C427A5 is #3BD85A. Grayscale: #636363. Windows color (decimal): -3922011 or 10823620. OLE color: 10823620.
HSL color Cylindrical-coordinate representation of color #C427A5: hue angle of 311.85º 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 #C427A5 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 165 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.23 |
| HSL | 311.85º | 0.67% | 0.46% | - |
| HSV(B) | 311.85º | 0.8% | 0.77% | - |
| XYZ | 30.28 | 15.9 | 37.07 | - |
| YUV | 100.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 165 | 0 | 0.80 | 0.16 | 0.23 | 311.85 | 0.67 | 0.46 |
| Hex | C4 | 27 | A5 | 0 | 50 | 10 | 17 | 138 | 43 | 2E |
| Octal | 304 | 47 | 245 | 0 | 120 | 20 | 27 | 470 | 103 | 56 |
| Binary | 11000100 | 100111 | 10100101 | 0 | 1010000 | 10000 | 10111 | 100111000 | 1000011 | 101110 |
Color Harmonies of #C427A5
Complementary color
Monochromatic Colors of #C427A5
Black with #C427A5
Text Example
Text Example
White with #C427A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427A5; }
p { color: rgb(196,39,165); }
H1.HeaderClassName
{
color: #C427A5;
}
.AnyTagClassName
{
color: #C427A5;
}
</style>
background-color css
<style>
a { background-color: #C427A5; }
a { background-color: rgb(196,39,165); }
div.DivClassName
{
background-color: #C427A5;
}
.BgClassName
{
background-color: #C427A5;
}
</style>
border-color css
<style>
span { border-color: #C427A5; }
span { border-color: rgb(196,39,165); }
td.TdClassName
{
border-color: #C427A5;
}
.TagClassName
{
border-color: #C427A5;
}
</style>