Shades of Medium Violet Red #CB237B
Tints of Medium Violet Red #CB237B
RGB
CMYK
RGB Variations
Color information
#CB237B (or 0xCB237B) is known color: Medium Violet Red. HEX triplet: CB, 23 and 7B. RGB value is (203,35,123). Sum of RGB (Red+Green+Blue) = 203+35+123=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB237B is #34DC84. Grayscale: #5F5F5F. Windows color (decimal): -3464325 or 8070091. OLE color: 8070091.
HSL color Cylindrical-coordinate representation of color #CB237B: hue angle of 328.57º 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 #CB237B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 123 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.20 |
| HSL | 328.57º | 0.71% | 0.47% | - |
| HSV(B) | 328.57º | 0.83% | 0.8% | - |
| XYZ | 28.8 | 15.33 | 20.18 | - |
| YUV | 95.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 123 | 0 | 0.83 | 0.39 | 0.20 | 328.57 | 0.71 | 0.47 |
| Hex | CB | 23 | 7B | 0 | 53 | 27 | 14 | 149 | 47 | 2F |
| Octal | 313 | 43 | 173 | 0 | 123 | 47 | 24 | 511 | 107 | 57 |
| Binary | 11001011 | 100011 | 1111011 | 0 | 1010011 | 100111 | 10100 | 101001001 | 1000111 | 101111 |
Color Harmonies of #CB237B
Complementary color
Monochromatic Colors of #CB237B
Black with #CB237B
Text Example
Text Example
White with #CB237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB237B; }
p { color: rgb(203,35,123); }
H1.HeaderClassName
{
color: #CB237B;
}
.AnyTagClassName
{
color: #CB237B;
}
</style>
background-color css
<style>
a { background-color: #CB237B; }
a { background-color: rgb(203,35,123); }
div.DivClassName
{
background-color: #CB237B;
}
.BgClassName
{
background-color: #CB237B;
}
</style>
border-color css
<style>
span { border-color: #CB237B; }
span { border-color: rgb(203,35,123); }
td.TdClassName
{
border-color: #CB237B;
}
.TagClassName
{
border-color: #CB237B;
}
</style>