Shades of Medium Violet Red #CB219B
Tints of Medium Violet Red #CB219B
RGB
CMYK
RGB Variations
Color information
#CB219B (or 0xCB219B) is known color: Medium Violet Red. HEX triplet: CB, 21 and 9B. RGB value is (203,33,155). Sum of RGB (Red+Green+Blue) = 203+33+155=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB219B is #34DE64. Grayscale: #616161. Windows color (decimal): -3464805 or 10166731. OLE color: 10166731.
HSL color Cylindrical-coordinate representation of color #CB219B: hue angle of 316.94º 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 #CB219B is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 155 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.20 |
| HSL | 316.94º | 0.72% | 0.46% | - |
| HSV(B) | 316.94º | 0.84% | 0.8% | - |
| XYZ | 31.09 | 16.15 | 32.49 | - |
| YUV | 97.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 155 | 0 | 0.84 | 0.24 | 0.20 | 316.94 | 0.72 | 0.46 |
| Hex | CB | 21 | 9B | 0 | 54 | 18 | 14 | 13D | 48 | 2E |
| Octal | 313 | 41 | 233 | 0 | 124 | 30 | 24 | 475 | 110 | 56 |
| Binary | 11001011 | 100001 | 10011011 | 0 | 1010100 | 11000 | 10100 | 100111101 | 1001000 | 101110 |
Color Harmonies of #CB219B
Complementary color
Monochromatic Colors of #CB219B
Black with #CB219B
Text Example
Text Example
White with #CB219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB219B; }
p { color: rgb(203,33,155); }
H1.HeaderClassName
{
color: #CB219B;
}
.AnyTagClassName
{
color: #CB219B;
}
</style>
background-color css
<style>
a { background-color: #CB219B; }
a { background-color: rgb(203,33,155); }
div.DivClassName
{
background-color: #CB219B;
}
.BgClassName
{
background-color: #CB219B;
}
</style>
border-color css
<style>
span { border-color: #CB219B; }
span { border-color: rgb(203,33,155); }
td.TdClassName
{
border-color: #CB219B;
}
.TagClassName
{
border-color: #CB219B;
}
</style>