Shades of Medium Red Violet #CB31AC
Tints of Medium Red Violet #CB31AC
RGB
CMYK
RGB Variations
Color information
#CB31AC (or 0xCB31AC) is known color: Medium Red Violet. HEX triplet: CB, 31 and AC. RGB value is (203,49,172). Sum of RGB (Red+Green+Blue) = 203+49+172=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB31AC is #34CE53. Grayscale: #6C6C6C. Windows color (decimal): -3460692 or 11284939. OLE color: 11284939.
HSL color Cylindrical-coordinate representation of color #CB31AC: hue angle of 312.08º 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 #CB31AC is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 172 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.20 |
| HSL | 312.08º | 0.61% | 0.49% | - |
| HSV(B) | 312.08º | 0.76% | 0.8% | - |
| XYZ | 33.17 | 17.87 | 40.73 | - |
| YUV | 109.07 | 163.52 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 172 | 0 | 0.76 | 0.15 | 0.20 | 312.08 | 0.61 | 0.49 |
| Hex | CB | 31 | AC | 0 | 4C | F | 14 | 138 | 3D | 31 |
| Octal | 313 | 61 | 254 | 0 | 114 | 17 | 24 | 470 | 75 | 61 |
| Binary | 11001011 | 110001 | 10101100 | 0 | 1001100 | 1111 | 10100 | 100111000 | 111101 | 110001 |
Color Harmonies of #CB31AC
Complementary color
Monochromatic Colors of #CB31AC
Black with #CB31AC
Text Example
Text Example
White with #CB31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31AC; }
p { color: rgb(203,49,172); }
H1.HeaderClassName
{
color: #CB31AC;
}
.AnyTagClassName
{
color: #CB31AC;
}
</style>
background-color css
<style>
a { background-color: #CB31AC; }
a { background-color: rgb(203,49,172); }
div.DivClassName
{
background-color: #CB31AC;
}
.BgClassName
{
background-color: #CB31AC;
}
</style>
border-color css
<style>
span { border-color: #CB31AC; }
span { border-color: rgb(203,49,172); }
td.TdClassName
{
border-color: #CB31AC;
}
.TagClassName
{
border-color: #CB31AC;
}
</style>