Shades of Medium Violet Red #CB218C
Tints of Medium Violet Red #CB218C
RGB
CMYK
RGB Variations
Color information
#CB218C (or 0xCB218C) is known color: Medium Violet Red. HEX triplet: CB, 21 and 8C. RGB value is (203,33,140). Sum of RGB (Red+Green+Blue) = 203+33+140=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB218C is #34DE73. Grayscale: #5F5F5F. Windows color (decimal): -3464820 or 9183691. OLE color: 9183691.
HSL color Cylindrical-coordinate representation of color #CB218C: hue angle of 322.24º 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 #CB218C is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 140 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.20 |
| HSL | 322.24º | 0.72% | 0.46% | - |
| HSV(B) | 322.24º | 0.84% | 0.8% | - |
| XYZ | 29.91 | 15.68 | 26.26 | - |
| YUV | 96.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 140 | 0 | 0.84 | 0.31 | 0.20 | 322.24 | 0.72 | 0.46 |
| Hex | CB | 21 | 8C | 0 | 54 | 1F | 14 | 142 | 48 | 2E |
| Octal | 313 | 41 | 214 | 0 | 124 | 37 | 24 | 502 | 110 | 56 |
| Binary | 11001011 | 100001 | 10001100 | 0 | 1010100 | 11111 | 10100 | 101000010 | 1001000 | 101110 |
Color Harmonies of #CB218C
Complementary color
Monochromatic Colors of #CB218C
Black with #CB218C
Text Example
Text Example
White with #CB218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB218C; }
p { color: rgb(203,33,140); }
H1.HeaderClassName
{
color: #CB218C;
}
.AnyTagClassName
{
color: #CB218C;
}
</style>
background-color css
<style>
a { background-color: #CB218C; }
a { background-color: rgb(203,33,140); }
div.DivClassName
{
background-color: #CB218C;
}
.BgClassName
{
background-color: #CB218C;
}
</style>
border-color css
<style>
span { border-color: #CB218C; }
span { border-color: rgb(203,33,140); }
td.TdClassName
{
border-color: #CB218C;
}
.TagClassName
{
border-color: #CB218C;
}
</style>