Shades of Medium Red Violet #CB31AA
Tints of Medium Red Violet #CB31AA
RGB
CMYK
RGB Variations
Color information
#CB31AA (or 0xCB31AA) is known color: Medium Red Violet. HEX triplet: CB, 31 and AA. RGB value is (203,49,170). Sum of RGB (Red+Green+Blue) = 203+49+170=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB31AA is #34CE55. Grayscale: #6C6C6C. Windows color (decimal): -3460694 or 11153867. OLE color: 11153867.
HSL color Cylindrical-coordinate representation of color #CB31AA: hue angle of 312.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31AA is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 170 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.20 |
| HSL | 312.86º | 0.61% | 0.49% | - |
| HSV(B) | 312.86º | 0.76% | 0.8% | - |
| XYZ | 32.98 | 17.8 | 39.73 | - |
| YUV | 108.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 170 | 0 | 0.76 | 0.16 | 0.20 | 312.86 | 0.61 | 0.49 |
| Hex | CB | 31 | AA | 0 | 4C | 10 | 14 | 139 | 3D | 31 |
| Octal | 313 | 61 | 252 | 0 | 114 | 20 | 24 | 471 | 75 | 61 |
| Binary | 11001011 | 110001 | 10101010 | 0 | 1001100 | 10000 | 10100 | 100111001 | 111101 | 110001 |
Color Harmonies of #CB31AA
Complementary color
Monochromatic Colors of #CB31AA
Black with #CB31AA
Text Example
Text Example
White with #CB31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31AA; }
p { color: rgb(203,49,170); }
H1.HeaderClassName
{
color: #CB31AA;
}
.AnyTagClassName
{
color: #CB31AA;
}
</style>
background-color css
<style>
a { background-color: #CB31AA; }
a { background-color: rgb(203,49,170); }
div.DivClassName
{
background-color: #CB31AA;
}
.BgClassName
{
background-color: #CB31AA;
}
</style>
border-color css
<style>
span { border-color: #CB31AA; }
span { border-color: rgb(203,49,170); }
td.TdClassName
{
border-color: #CB31AA;
}
.TagClassName
{
border-color: #CB31AA;
}
</style>