Shades of Medium Violet Red #CB239C
Tints of Medium Violet Red #CB239C
RGB
CMYK
RGB Variations
Color information
#CB239C (or 0xCB239C) is known color: Medium Violet Red. HEX triplet: CB, 23 and 9C. RGB value is (203,35,156). Sum of RGB (Red+Green+Blue) = 203+35+156=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB239C is #34DC63. Grayscale: #626262. Windows color (decimal): -3464292 or 10232779. OLE color: 10232779.
HSL color Cylindrical-coordinate representation of color #CB239C: hue angle of 316.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB239C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 156 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.20 |
| HSL | 316.79º | 0.71% | 0.47% | - |
| HSV(B) | 316.79º | 0.83% | 0.8% | - |
| XYZ | 31.23 | 16.3 | 32.95 | - |
| YUV | 99.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 156 | 0 | 0.83 | 0.23 | 0.20 | 316.79 | 0.71 | 0.47 |
| Hex | CB | 23 | 9C | 0 | 53 | 17 | 14 | 13D | 47 | 2F |
| Octal | 313 | 43 | 234 | 0 | 123 | 27 | 24 | 475 | 107 | 57 |
| Binary | 11001011 | 100011 | 10011100 | 0 | 1010011 | 10111 | 10100 | 100111101 | 1000111 | 101111 |
Color Harmonies of #CB239C
Complementary color
Monochromatic Colors of #CB239C
Black with #CB239C
Text Example
Text Example
White with #CB239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB239C; }
p { color: rgb(203,35,156); }
H1.HeaderClassName
{
color: #CB239C;
}
.AnyTagClassName
{
color: #CB239C;
}
</style>
background-color css
<style>
a { background-color: #CB239C; }
a { background-color: rgb(203,35,156); }
div.DivClassName
{
background-color: #CB239C;
}
.BgClassName
{
background-color: #CB239C;
}
</style>
border-color css
<style>
span { border-color: #CB239C; }
span { border-color: rgb(203,35,156); }
td.TdClassName
{
border-color: #CB239C;
}
.TagClassName
{
border-color: #CB239C;
}
</style>