Shades of Medium Red Violet #C631AB
Tints of Medium Red Violet #C631AB
RGB
CMYK
RGB Variations
Color information
#C631AB (or 0xC631AB) is known color: Medium Red Violet. HEX triplet: C6, 31 and AB. RGB value is (198,49,171). Sum of RGB (Red+Green+Blue) = 198+49+171=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C631AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C631AB is #39CE54. Grayscale: #6B6B6B. Windows color (decimal): -3788373 or 11219398. OLE color: 11219398.
HSL color Cylindrical-coordinate representation of color #C631AB: hue angle of 310.87º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C631AB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 171 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.22 |
| HSL | 310.87º | 0.6% | 0.48% | - |
| HSV(B) | 310.87º | 0.75% | 0.78% | - |
| XYZ | 31.74 | 17.14 | 40.16 | - |
| YUV | 107.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 171 | 0 | 0.75 | 0.14 | 0.22 | 310.87 | 0.6 | 0.48 |
| Hex | C6 | 31 | AB | 0 | 4B | E | 16 | 137 | 3C | 30 |
| Octal | 306 | 61 | 253 | 0 | 113 | 16 | 26 | 467 | 74 | 60 |
| Binary | 11000110 | 110001 | 10101011 | 0 | 1001011 | 1110 | 10110 | 100110111 | 111100 | 110000 |
Color Harmonies of #C631AB
Complementary color
Monochromatic Colors of #C631AB
Black with #C631AB
Text Example
Text Example
White with #C631AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631AB; }
p { color: rgb(198,49,171); }
H1.HeaderClassName
{
color: #C631AB;
}
.AnyTagClassName
{
color: #C631AB;
}
</style>
background-color css
<style>
a { background-color: #C631AB; }
a { background-color: rgb(198,49,171); }
div.DivClassName
{
background-color: #C631AB;
}
.BgClassName
{
background-color: #C631AB;
}
</style>
border-color css
<style>
span { border-color: #C631AB; }
span { border-color: rgb(198,49,171); }
td.TdClassName
{
border-color: #C631AB;
}
.TagClassName
{
border-color: #C631AB;
}
</style>