Shades of Medium Violet Red #CB228D
Tints of Medium Violet Red #CB228D
RGB
CMYK
RGB Variations
Color information
#CB228D (or 0xCB228D) is known color: Medium Violet Red. HEX triplet: CB, 22 and 8D. RGB value is (203,34,141). Sum of RGB (Red+Green+Blue) = 203+34+141=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB228D is #34DD72. Grayscale: #606060. Windows color (decimal): -3464563 or 9249483. OLE color: 9249483.
HSL color Cylindrical-coordinate representation of color #CB228D: hue angle of 322.01º 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 #CB228D is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 141 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.20 |
| HSL | 322.01º | 0.71% | 0.46% | - |
| HSV(B) | 322.01º | 0.83% | 0.8% | - |
| XYZ | 30.01 | 15.76 | 26.66 | - |
| YUV | 96.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 141 | 0 | 0.83 | 0.31 | 0.20 | 322.01 | 0.71 | 0.46 |
| Hex | CB | 22 | 8D | 0 | 53 | 1F | 14 | 142 | 47 | 2E |
| Octal | 313 | 42 | 215 | 0 | 123 | 37 | 24 | 502 | 107 | 56 |
| Binary | 11001011 | 100010 | 10001101 | 0 | 1010011 | 11111 | 10100 | 101000010 | 1000111 | 101110 |
Color Harmonies of #CB228D
Complementary color
Monochromatic Colors of #CB228D
Black with #CB228D
Text Example
Text Example
White with #CB228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB228D; }
p { color: rgb(203,34,141); }
H1.HeaderClassName
{
color: #CB228D;
}
.AnyTagClassName
{
color: #CB228D;
}
</style>
background-color css
<style>
a { background-color: #CB228D; }
a { background-color: rgb(203,34,141); }
div.DivClassName
{
background-color: #CB228D;
}
.BgClassName
{
background-color: #CB228D;
}
</style>
border-color css
<style>
span { border-color: #CB228D; }
span { border-color: rgb(203,34,141); }
td.TdClassName
{
border-color: #CB228D;
}
.TagClassName
{
border-color: #CB228D;
}
</style>