Shades of Medium Violet Red #CB228B
Tints of Medium Violet Red #CB228B
RGB
CMYK
RGB Variations
Color information
#CB228B (or 0xCB228B) is known color: Medium Violet Red. HEX triplet: CB, 22 and 8B. RGB value is (203,34,139). Sum of RGB (Red+Green+Blue) = 203+34+139=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB228B is #34DD74. Grayscale: #606060. Windows color (decimal): -3464565 or 9118411. OLE color: 9118411.
HSL color Cylindrical-coordinate representation of color #CB228B: hue angle of 322.72º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB228B is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 139 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.20 |
| HSL | 322.72º | 0.71% | 0.46% | - |
| HSV(B) | 322.72º | 0.83% | 0.8% | - |
| XYZ | 29.86 | 15.7 | 25.88 | - |
| YUV | 96.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 139 | 0 | 0.83 | 0.32 | 0.20 | 322.72 | 0.71 | 0.46 |
| Hex | CB | 22 | 8B | 0 | 53 | 20 | 14 | 143 | 47 | 2E |
| Octal | 313 | 42 | 213 | 0 | 123 | 40 | 24 | 503 | 107 | 56 |
| Binary | 11001011 | 100010 | 10001011 | 0 | 1010011 | 100000 | 10100 | 101000011 | 1000111 | 101110 |
Color Harmonies of #CB228B
Complementary color
Monochromatic Colors of #CB228B
Black with #CB228B
Text Example
Text Example
White with #CB228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB228B; }
p { color: rgb(203,34,139); }
H1.HeaderClassName
{
color: #CB228B;
}
.AnyTagClassName
{
color: #CB228B;
}
</style>
background-color css
<style>
a { background-color: #CB228B; }
a { background-color: rgb(203,34,139); }
div.DivClassName
{
background-color: #CB228B;
}
.BgClassName
{
background-color: #CB228B;
}
</style>
border-color css
<style>
span { border-color: #CB228B; }
span { border-color: rgb(203,34,139); }
td.TdClassName
{
border-color: #CB228B;
}
.TagClassName
{
border-color: #CB228B;
}
</style>