Shades of Medium Violet Red #CB229C
Tints of Medium Violet Red #CB229C
RGB
CMYK
RGB Variations
Color information
#CB229C (or 0xCB229C) is known color: Medium Violet Red. HEX triplet: CB, 22 and 9C. RGB value is (203,34,156). Sum of RGB (Red+Green+Blue) = 203+34+156=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB229C is #34DD63. Grayscale: #626262. Windows color (decimal): -3464548 or 10232523. OLE color: 10232523.
HSL color Cylindrical-coordinate representation of color #CB229C: hue angle of 316.69º 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 #CB229C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 156 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.20 |
| HSL | 316.69º | 0.71% | 0.46% | - |
| HSV(B) | 316.69º | 0.83% | 0.8% | - |
| XYZ | 31.2 | 16.24 | 32.94 | - |
| YUV | 98.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 156 | 0 | 0.83 | 0.23 | 0.20 | 316.69 | 0.71 | 0.46 |
| Hex | CB | 22 | 9C | 0 | 53 | 17 | 14 | 13D | 47 | 2E |
| Octal | 313 | 42 | 234 | 0 | 123 | 27 | 24 | 475 | 107 | 56 |
| Binary | 11001011 | 100010 | 10011100 | 0 | 1010011 | 10111 | 10100 | 100111101 | 1000111 | 101110 |
Color Harmonies of #CB229C
Complementary color
Monochromatic Colors of #CB229C
Black with #CB229C
Text Example
Text Example
White with #CB229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB229C; }
p { color: rgb(203,34,156); }
H1.HeaderClassName
{
color: #CB229C;
}
.AnyTagClassName
{
color: #CB229C;
}
</style>
background-color css
<style>
a { background-color: #CB229C; }
a { background-color: rgb(203,34,156); }
div.DivClassName
{
background-color: #CB229C;
}
.BgClassName
{
background-color: #CB229C;
}
</style>
border-color css
<style>
span { border-color: #CB229C; }
span { border-color: rgb(203,34,156); }
td.TdClassName
{
border-color: #CB229C;
}
.TagClassName
{
border-color: #CB229C;
}
</style>