Shades of Medium Red Violet #C62DAA
Tints of Medium Red Violet #C62DAA
RGB
CMYK
RGB Variations
Color information
#C62DAA (or 0xC62DAA) is known color: Medium Red Violet. HEX triplet: C6, 2D and AA. RGB value is (198,45,170). Sum of RGB (Red+Green+Blue) = 198+45+170=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C62DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62DAA is #39D255. Grayscale: #686868. Windows color (decimal): -3789398 or 11152838. OLE color: 11152838.
HSL color Cylindrical-coordinate representation of color #C62DAA: hue angle of 310.98º degrees, saturation: 0.63, 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 #C62DAA is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 170 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.22 |
| HSL | 310.98º | 0.63% | 0.48% | - |
| HSV(B) | 310.98º | 0.77% | 0.78% | - |
| XYZ | 31.48 | 16.78 | 39.61 | - |
| YUV | 105 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 170 | 0 | 0.77 | 0.14 | 0.22 | 310.98 | 0.63 | 0.48 |
| Hex | C6 | 2D | AA | 0 | 4D | E | 16 | 137 | 3F | 30 |
| Octal | 306 | 55 | 252 | 0 | 115 | 16 | 26 | 467 | 77 | 60 |
| Binary | 11000110 | 101101 | 10101010 | 0 | 1001101 | 1110 | 10110 | 100110111 | 111111 | 110000 |
Color Harmonies of #C62DAA
Complementary color
Monochromatic Colors of #C62DAA
Black with #C62DAA
Text Example
Text Example
White with #C62DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DAA; }
p { color: rgb(198,45,170); }
H1.HeaderClassName
{
color: #C62DAA;
}
.AnyTagClassName
{
color: #C62DAA;
}
</style>
background-color css
<style>
a { background-color: #C62DAA; }
a { background-color: rgb(198,45,170); }
div.DivClassName
{
background-color: #C62DAA;
}
.BgClassName
{
background-color: #C62DAA;
}
</style>
border-color css
<style>
span { border-color: #C62DAA; }
span { border-color: rgb(198,45,170); }
td.TdClassName
{
border-color: #C62DAA;
}
.TagClassName
{
border-color: #C62DAA;
}
</style>