Shades of Medium Violet Red #CB237A
Tints of Medium Violet Red #CB237A
RGB
CMYK
RGB Variations
Color information
#CB237A (or 0xCB237A) is known color: Medium Violet Red. HEX triplet: CB, 23 and 7A. RGB value is (203,35,122). Sum of RGB (Red+Green+Blue) = 203+35+122=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB237A is #34DC85. Grayscale: #5E5E5E. Windows color (decimal): -3464326 or 8004555. OLE color: 8004555.
HSL color Cylindrical-coordinate representation of color #CB237A: hue angle of 328.93º 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 #CB237A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 122 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.20 |
| HSL | 328.93º | 0.71% | 0.47% | - |
| HSV(B) | 328.93º | 0.83% | 0.8% | - |
| XYZ | 28.74 | 15.3 | 19.85 | - |
| YUV | 95.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 122 | 0 | 0.83 | 0.40 | 0.20 | 328.93 | 0.71 | 0.47 |
| Hex | CB | 23 | 7A | 0 | 53 | 28 | 14 | 149 | 47 | 2F |
| Octal | 313 | 43 | 172 | 0 | 123 | 50 | 24 | 511 | 107 | 57 |
| Binary | 11001011 | 100011 | 1111010 | 0 | 1010011 | 101000 | 10100 | 101001001 | 1000111 | 101111 |
Color Harmonies of #CB237A
Complementary color
Monochromatic Colors of #CB237A
Black with #CB237A
Text Example
Text Example
White with #CB237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB237A; }
p { color: rgb(203,35,122); }
H1.HeaderClassName
{
color: #CB237A;
}
.AnyTagClassName
{
color: #CB237A;
}
</style>
background-color css
<style>
a { background-color: #CB237A; }
a { background-color: rgb(203,35,122); }
div.DivClassName
{
background-color: #CB237A;
}
.BgClassName
{
background-color: #CB237A;
}
</style>
border-color css
<style>
span { border-color: #CB237A; }
span { border-color: rgb(203,35,122); }
td.TdClassName
{
border-color: #CB237A;
}
.TagClassName
{
border-color: #CB237A;
}
</style>