Shades of Medium Red Violet #C42AAC
Tints of Medium Red Violet #C42AAC
RGB
CMYK
RGB Variations
Color information
#C42AAC (or 0xC42AAC) is known color: Medium Red Violet. HEX triplet: C4, 2A and AC. RGB value is (196,42,172). Sum of RGB (Red+Green+Blue) = 196+42+172=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42AAC is #3BD553. Grayscale: #666666. Windows color (decimal): -3921236 or 11283140. OLE color: 11283140.
HSL color Cylindrical-coordinate representation of color #C42AAC: hue angle of 309.35º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42AAC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 172 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.23 |
| HSL | 309.35º | 0.65% | 0.47% | - |
| HSV(B) | 309.35º | 0.79% | 0.77% | - |
| XYZ | 31.04 | 16.37 | 40.55 | - |
| YUV | 102.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 172 | 0 | 0.79 | 0.12 | 0.23 | 309.35 | 0.65 | 0.47 |
| Hex | C4 | 2A | AC | 0 | 4F | C | 17 | 135 | 41 | 2F |
| Octal | 304 | 52 | 254 | 0 | 117 | 14 | 27 | 465 | 101 | 57 |
| Binary | 11000100 | 101010 | 10101100 | 0 | 1001111 | 1100 | 10111 | 100110101 | 1000001 | 101111 |
Color Harmonies of #C42AAC
Complementary color
Monochromatic Colors of #C42AAC
Black with #C42AAC
Text Example
Text Example
White with #C42AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AAC; }
p { color: rgb(196,42,172); }
H1.HeaderClassName
{
color: #C42AAC;
}
.AnyTagClassName
{
color: #C42AAC;
}
</style>
background-color css
<style>
a { background-color: #C42AAC; }
a { background-color: rgb(196,42,172); }
div.DivClassName
{
background-color: #C42AAC;
}
.BgClassName
{
background-color: #C42AAC;
}
</style>
border-color css
<style>
span { border-color: #C42AAC; }
span { border-color: rgb(196,42,172); }
td.TdClassName
{
border-color: #C42AAC;
}
.TagClassName
{
border-color: #C42AAC;
}
</style>