Shades of Medium Red Violet #C629AB
Tints of Medium Red Violet #C629AB
RGB
CMYK
RGB Variations
Color information
#C629AB (or 0xC629AB) is known color: Medium Red Violet. HEX triplet: C6, 29 and AB. RGB value is (198,41,171). Sum of RGB (Red+Green+Blue) = 198+41+171=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C629AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C629AB is #39D654. Grayscale: #666666. Windows color (decimal): -3790421 or 11217350. OLE color: 11217350.
HSL color Cylindrical-coordinate representation of color #C629AB: hue angle of 310.32º 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 #C629AB is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 171 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.22 |
| HSL | 310.32º | 0.66% | 0.47% | - |
| HSV(B) | 310.32º | 0.79% | 0.78% | - |
| XYZ | 31.43 | 16.53 | 40.06 | - |
| YUV | 102.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 171 | 0 | 0.79 | 0.14 | 0.22 | 310.32 | 0.66 | 0.47 |
| Hex | C6 | 29 | AB | 0 | 4F | E | 16 | 136 | 42 | 2F |
| Octal | 306 | 51 | 253 | 0 | 117 | 16 | 26 | 466 | 102 | 57 |
| Binary | 11000110 | 101001 | 10101011 | 0 | 1001111 | 1110 | 10110 | 100110110 | 1000010 | 101111 |
Color Harmonies of #C629AB
Complementary color
Monochromatic Colors of #C629AB
Black with #C629AB
Text Example
Text Example
White with #C629AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629AB; }
p { color: rgb(198,41,171); }
H1.HeaderClassName
{
color: #C629AB;
}
.AnyTagClassName
{
color: #C629AB;
}
</style>
background-color css
<style>
a { background-color: #C629AB; }
a { background-color: rgb(198,41,171); }
div.DivClassName
{
background-color: #C629AB;
}
.BgClassName
{
background-color: #C629AB;
}
</style>
border-color css
<style>
span { border-color: #C629AB; }
span { border-color: rgb(198,41,171); }
td.TdClassName
{
border-color: #C629AB;
}
.TagClassName
{
border-color: #C629AB;
}
</style>