Shades of Medium Red Violet #C629AA
Tints of Medium Red Violet #C629AA
RGB
CMYK
RGB Variations
Color information
#C629AA (or 0xC629AA) is known color: Medium Red Violet. HEX triplet: C6, 29 and AA. RGB value is (198,41,170). Sum of RGB (Red+Green+Blue) = 198+41+170=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C629AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C629AA is #39D655. Grayscale: #666666. Windows color (decimal): -3790422 or 11151814. OLE color: 11151814.
HSL color Cylindrical-coordinate representation of color #C629AA: hue angle of 310.7º degrees, saturation: 0.66, 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 #C629AA is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 170 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.22 |
| HSL | 310.7º | 0.66% | 0.47% | - |
| HSV(B) | 310.7º | 0.79% | 0.78% | - |
| XYZ | 31.34 | 16.49 | 39.56 | - |
| YUV | 102.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 170 | 0 | 0.79 | 0.14 | 0.22 | 310.7 | 0.66 | 0.47 |
| Hex | C6 | 29 | AA | 0 | 4F | E | 16 | 137 | 42 | 2F |
| Octal | 306 | 51 | 252 | 0 | 117 | 16 | 26 | 467 | 102 | 57 |
| Binary | 11000110 | 101001 | 10101010 | 0 | 1001111 | 1110 | 10110 | 100110111 | 1000010 | 101111 |
Color Harmonies of #C629AA
Complementary color
Monochromatic Colors of #C629AA
Black with #C629AA
Text Example
Text Example
White with #C629AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629AA; }
p { color: rgb(198,41,170); }
H1.HeaderClassName
{
color: #C629AA;
}
.AnyTagClassName
{
color: #C629AA;
}
</style>
background-color css
<style>
a { background-color: #C629AA; }
a { background-color: rgb(198,41,170); }
div.DivClassName
{
background-color: #C629AA;
}
.BgClassName
{
background-color: #C629AA;
}
</style>
border-color css
<style>
span { border-color: #C629AA; }
span { border-color: rgb(198,41,170); }
td.TdClassName
{
border-color: #C629AA;
}
.TagClassName
{
border-color: #C629AA;
}
</style>