Shades of Medium Violet Red #C405A1
Tints of Medium Violet Red #C405A1
RGB
CMYK
RGB Variations
Color information
#C405A1 (or 0xC405A1) is known color: Medium Violet Red. HEX triplet: C4, 05 and A1. RGB value is (196,5,161). Sum of RGB (Red+Green+Blue) = 196+5+161=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C405A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405A1 is #3BFA5E. Grayscale: #4F4F4F. Windows color (decimal): -3930719 or 10552772. OLE color: 10552772.
HSL color Cylindrical-coordinate representation of color #C405A1: hue angle of 310.99º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C405A1 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 161 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.23 |
| HSL | 310.99º | 0.95% | 0.39% | - |
| HSV(B) | 310.99º | 0.97% | 0.77% | - |
| XYZ | 29.25 | 14.42 | 34.96 | - |
| YUV | 79.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 161 | 0 | 0.97 | 0.18 | 0.23 | 310.99 | 0.95 | 0.39 |
| Hex | C4 | 5 | A1 | 0 | 61 | 12 | 17 | 137 | 5F | 27 |
| Octal | 304 | 5 | 241 | 0 | 141 | 22 | 27 | 467 | 137 | 47 |
| Binary | 11000100 | 101 | 10100001 | 0 | 1100001 | 10010 | 10111 | 100110111 | 1011111 | 100111 |
Color Harmonies of #C405A1
Complementary color
Monochromatic Colors of #C405A1
Black with #C405A1
Text Example
Text Example
White with #C405A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405A1; }
p { color: rgb(196,5,161); }
H1.HeaderClassName
{
color: #C405A1;
}
.AnyTagClassName
{
color: #C405A1;
}
</style>
background-color css
<style>
a { background-color: #C405A1; }
a { background-color: rgb(196,5,161); }
div.DivClassName
{
background-color: #C405A1;
}
.BgClassName
{
background-color: #C405A1;
}
</style>
border-color css
<style>
span { border-color: #C405A1; }
span { border-color: rgb(196,5,161); }
td.TdClassName
{
border-color: #C405A1;
}
.TagClassName
{
border-color: #C405A1;
}
</style>