Shades of Medium Violet Red #CB21A1
Tints of Medium Violet Red #CB21A1
RGB
CMYK
RGB Variations
Color information
#CB21A1 (or 0xCB21A1) is known color: Medium Violet Red. HEX triplet: CB, 21 and A1. RGB value is (203,33,161). Sum of RGB (Red+Green+Blue) = 203+33+161=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21A1 is #34DE5E. Grayscale: #626262. Windows color (decimal): -3464799 or 10559947. OLE color: 10559947.
HSL color Cylindrical-coordinate representation of color #CB21A1: hue angle of 314.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21A1 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 161 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.20 |
| HSL | 314.82º | 0.72% | 0.46% | - |
| HSV(B) | 314.82º | 0.84% | 0.8% | - |
| XYZ | 31.61 | 16.36 | 35.21 | - |
| YUV | 98.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 161 | 0 | 0.84 | 0.21 | 0.20 | 314.82 | 0.72 | 0.46 |
| Hex | CB | 21 | A1 | 0 | 54 | 15 | 14 | 13B | 48 | 2E |
| Octal | 313 | 41 | 241 | 0 | 124 | 25 | 24 | 473 | 110 | 56 |
| Binary | 11001011 | 100001 | 10100001 | 0 | 1010100 | 10101 | 10100 | 100111011 | 1001000 | 101110 |
Color Harmonies of #CB21A1
Complementary color
Monochromatic Colors of #CB21A1
Black with #CB21A1
Text Example
Text Example
White with #CB21A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21A1; }
p { color: rgb(203,33,161); }
H1.HeaderClassName
{
color: #CB21A1;
}
.AnyTagClassName
{
color: #CB21A1;
}
</style>
background-color css
<style>
a { background-color: #CB21A1; }
a { background-color: rgb(203,33,161); }
div.DivClassName
{
background-color: #CB21A1;
}
.BgClassName
{
background-color: #CB21A1;
}
</style>
border-color css
<style>
span { border-color: #CB21A1; }
span { border-color: rgb(203,33,161); }
td.TdClassName
{
border-color: #CB21A1;
}
.TagClassName
{
border-color: #CB21A1;
}
</style>