Shades of Medium Violet Red #CB21A8
Tints of Medium Violet Red #CB21A8
RGB
CMYK
RGB Variations
Color information
#CB21A8 (or 0xCB21A8) is known color: Medium Violet Red. HEX triplet: CB, 21 and A8. RGB value is (203,33,168). Sum of RGB (Red+Green+Blue) = 203+33+168=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB21A8 is #34DE57. Grayscale: #626262. Windows color (decimal): -3464792 or 11018699. OLE color: 11018699.
HSL color Cylindrical-coordinate representation of color #CB21A8: hue angle of 312.35º 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 #CB21A8 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 168 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.20 |
| HSL | 312.35º | 0.72% | 0.46% | - |
| HSV(B) | 312.35º | 0.84% | 0.8% | - |
| XYZ | 32.24 | 16.61 | 38.55 | - |
| YUV | 99.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 168 | 0 | 0.84 | 0.17 | 0.20 | 312.35 | 0.72 | 0.46 |
| Hex | CB | 21 | A8 | 0 | 54 | 11 | 14 | 138 | 48 | 2E |
| Octal | 313 | 41 | 250 | 0 | 124 | 21 | 24 | 470 | 110 | 56 |
| Binary | 11001011 | 100001 | 10101000 | 0 | 1010100 | 10001 | 10100 | 100111000 | 1001000 | 101110 |
Color Harmonies of #CB21A8
Complementary color
Monochromatic Colors of #CB21A8
Black with #CB21A8
Text Example
Text Example
White with #CB21A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21A8; }
p { color: rgb(203,33,168); }
H1.HeaderClassName
{
color: #CB21A8;
}
.AnyTagClassName
{
color: #CB21A8;
}
</style>
background-color css
<style>
a { background-color: #CB21A8; }
a { background-color: rgb(203,33,168); }
div.DivClassName
{
background-color: #CB21A8;
}
.BgClassName
{
background-color: #CB21A8;
}
</style>
border-color css
<style>
span { border-color: #CB21A8; }
span { border-color: rgb(203,33,168); }
td.TdClassName
{
border-color: #CB21A8;
}
.TagClassName
{
border-color: #CB21A8;
}
</style>