Shades of Medium Red Violet #CB31AB
Tints of Medium Red Violet #CB31AB
RGB
CMYK
RGB Variations
Color information
#CB31AB (or 0xCB31AB) is known color: Medium Red Violet. HEX triplet: CB, 31 and AB. RGB value is (203,49,171). Sum of RGB (Red+Green+Blue) = 203+49+171=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB31AB is #34CE54. Grayscale: #6C6C6C. Windows color (decimal): -3460693 or 11219403. OLE color: 11219403.
HSL color Cylindrical-coordinate representation of color #CB31AB: hue angle of 312.47º 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 #CB31AB is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 171 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.20 |
| HSL | 312.47º | 0.61% | 0.49% | - |
| HSV(B) | 312.47º | 0.76% | 0.8% | - |
| XYZ | 33.08 | 17.83 | 40.23 | - |
| YUV | 108.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 171 | 0 | 0.76 | 0.16 | 0.20 | 312.47 | 0.61 | 0.49 |
| Hex | CB | 31 | AB | 0 | 4C | 10 | 14 | 138 | 3D | 31 |
| Octal | 313 | 61 | 253 | 0 | 114 | 20 | 24 | 470 | 75 | 61 |
| Binary | 11001011 | 110001 | 10101011 | 0 | 1001100 | 10000 | 10100 | 100111000 | 111101 | 110001 |
Color Harmonies of #CB31AB
Complementary color
Monochromatic Colors of #CB31AB
Black with #CB31AB
Text Example
Text Example
White with #CB31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31AB; }
p { color: rgb(203,49,171); }
H1.HeaderClassName
{
color: #CB31AB;
}
.AnyTagClassName
{
color: #CB31AB;
}
</style>
background-color css
<style>
a { background-color: #CB31AB; }
a { background-color: rgb(203,49,171); }
div.DivClassName
{
background-color: #CB31AB;
}
.BgClassName
{
background-color: #CB31AB;
}
</style>
border-color css
<style>
span { border-color: #CB31AB; }
span { border-color: rgb(203,49,171); }
td.TdClassName
{
border-color: #CB31AB;
}
.TagClassName
{
border-color: #CB31AB;
}
</style>