Shades of Medium Red Violet #C62EAA
Tints of Medium Red Violet #C62EAA
RGB
CMYK
RGB Variations
Color information
#C62EAA (or 0xC62EAA) is known color: Medium Red Violet. HEX triplet: C6, 2E and AA. RGB value is (198,46,170). Sum of RGB (Red+Green+Blue) = 198+46+170=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C62EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62EAA is #39D155. Grayscale: #696969. Windows color (decimal): -3789142 or 11153094. OLE color: 11153094.
HSL color Cylindrical-coordinate representation of color #C62EAA: hue angle of 311.05º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62EAA is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 170 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.22 |
| HSL | 311.05º | 0.62% | 0.48% | - |
| HSV(B) | 311.05º | 0.77% | 0.78% | - |
| XYZ | 31.52 | 16.86 | 39.62 | - |
| YUV | 105.58 | 164.36 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 170 | 0 | 0.77 | 0.14 | 0.22 | 311.05 | 0.62 | 0.48 |
| Hex | C6 | 2E | AA | 0 | 4D | E | 16 | 137 | 3E | 30 |
| Octal | 306 | 56 | 252 | 0 | 115 | 16 | 26 | 467 | 76 | 60 |
| Binary | 11000110 | 101110 | 10101010 | 0 | 1001101 | 1110 | 10110 | 100110111 | 111110 | 110000 |
Color Harmonies of #C62EAA
Complementary color
Monochromatic Colors of #C62EAA
Black with #C62EAA
Text Example
Text Example
White with #C62EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EAA; }
p { color: rgb(198,46,170); }
H1.HeaderClassName
{
color: #C62EAA;
}
.AnyTagClassName
{
color: #C62EAA;
}
</style>
background-color css
<style>
a { background-color: #C62EAA; }
a { background-color: rgb(198,46,170); }
div.DivClassName
{
background-color: #C62EAA;
}
.BgClassName
{
background-color: #C62EAA;
}
</style>
border-color css
<style>
span { border-color: #C62EAA; }
span { border-color: rgb(198,46,170); }
td.TdClassName
{
border-color: #C62EAA;
}
.TagClassName
{
border-color: #C62EAA;
}
</style>