Shades of Medium Violet Red #CB229E
Tints of Medium Violet Red #CB229E
RGB
CMYK
RGB Variations
Color information
#CB229E (or 0xCB229E) is known color: Medium Violet Red. HEX triplet: CB, 22 and 9E. RGB value is (203,34,158). Sum of RGB (Red+Green+Blue) = 203+34+158=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB229E is #34DD61. Grayscale: #626262. Windows color (decimal): -3464546 or 10363595. OLE color: 10363595.
HSL color Cylindrical-coordinate representation of color #CB229E: hue angle of 315.98º 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 #CB229E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 158 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.20 |
| HSL | 315.98º | 0.71% | 0.46% | - |
| HSV(B) | 315.98º | 0.83% | 0.8% | - |
| XYZ | 31.37 | 16.31 | 33.84 | - |
| YUV | 98.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 158 | 0 | 0.83 | 0.22 | 0.20 | 315.98 | 0.71 | 0.46 |
| Hex | CB | 22 | 9E | 0 | 53 | 16 | 14 | 13C | 47 | 2E |
| Octal | 313 | 42 | 236 | 0 | 123 | 26 | 24 | 474 | 107 | 56 |
| Binary | 11001011 | 100010 | 10011110 | 0 | 1010011 | 10110 | 10100 | 100111100 | 1000111 | 101110 |
Color Harmonies of #CB229E
Complementary color
Monochromatic Colors of #CB229E
Black with #CB229E
Text Example
Text Example
White with #CB229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB229E; }
p { color: rgb(203,34,158); }
H1.HeaderClassName
{
color: #CB229E;
}
.AnyTagClassName
{
color: #CB229E;
}
</style>
background-color css
<style>
a { background-color: #CB229E; }
a { background-color: rgb(203,34,158); }
div.DivClassName
{
background-color: #CB229E;
}
.BgClassName
{
background-color: #CB229E;
}
</style>
border-color css
<style>
span { border-color: #CB229E; }
span { border-color: rgb(203,34,158); }
td.TdClassName
{
border-color: #CB229E;
}
.TagClassName
{
border-color: #CB229E;
}
</style>