Shades of Medium Red Violet #C62AAC
Tints of Medium Red Violet #C62AAC
RGB
CMYK
RGB Variations
Color information
#C62AAC (or 0xC62AAC) is known color: Medium Red Violet. HEX triplet: C6, 2A and AC. RGB value is (198,42,172). Sum of RGB (Red+Green+Blue) = 198+42+172=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C62AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62AAC is #39D553. Grayscale: #676767. Windows color (decimal): -3790164 or 11283142. OLE color: 11283142.
HSL color Cylindrical-coordinate representation of color #C62AAC: hue angle of 310º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62AAC is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 172 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.22 |
| HSL | 310º | 0.65% | 0.47% | - |
| HSV(B) | 310º | 0.79% | 0.78% | - |
| XYZ | 31.56 | 16.64 | 40.58 | - |
| YUV | 103.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 172 | 0 | 0.79 | 0.13 | 0.22 | 310 | 0.65 | 0.47 |
| Hex | C6 | 2A | AC | 0 | 4F | D | 16 | 136 | 41 | 2F |
| Octal | 306 | 52 | 254 | 0 | 117 | 15 | 26 | 466 | 101 | 57 |
| Binary | 11000110 | 101010 | 10101100 | 0 | 1001111 | 1101 | 10110 | 100110110 | 1000001 | 101111 |
Color Harmonies of #C62AAC
Complementary color
Monochromatic Colors of #C62AAC
Black with #C62AAC
Text Example
Text Example
White with #C62AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AAC; }
p { color: rgb(198,42,172); }
H1.HeaderClassName
{
color: #C62AAC;
}
.AnyTagClassName
{
color: #C62AAC;
}
</style>
background-color css
<style>
a { background-color: #C62AAC; }
a { background-color: rgb(198,42,172); }
div.DivClassName
{
background-color: #C62AAC;
}
.BgClassName
{
background-color: #C62AAC;
}
</style>
border-color css
<style>
span { border-color: #C62AAC; }
span { border-color: rgb(198,42,172); }
td.TdClassName
{
border-color: #C62AAC;
}
.TagClassName
{
border-color: #C62AAC;
}
</style>