Shades of Medium Violet Red #CB208B
Tints of Medium Violet Red #CB208B
RGB
CMYK
RGB Variations
Color information
#CB208B (or 0xCB208B) is known color: Medium Violet Red. HEX triplet: CB, 20 and 8B. RGB value is (203,32,139). Sum of RGB (Red+Green+Blue) = 203+32+139=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB208B is #34DF74. Grayscale: #5F5F5F. Windows color (decimal): -3465077 or 9117899. OLE color: 9117899.
HSL color Cylindrical-coordinate representation of color #CB208B: hue angle of 322.46º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB208B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 139 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.20 |
| HSL | 322.46º | 0.73% | 0.46% | - |
| HSV(B) | 322.46º | 0.84% | 0.8% | - |
| XYZ | 29.81 | 15.59 | 25.87 | - |
| YUV | 95.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 139 | 0 | 0.84 | 0.32 | 0.20 | 322.46 | 0.73 | 0.46 |
| Hex | CB | 20 | 8B | 0 | 54 | 20 | 14 | 142 | 49 | 2E |
| Octal | 313 | 40 | 213 | 0 | 124 | 40 | 24 | 502 | 111 | 56 |
| Binary | 11001011 | 100000 | 10001011 | 0 | 1010100 | 100000 | 10100 | 101000010 | 1001001 | 101110 |
Color Harmonies of #CB208B
Complementary color
Monochromatic Colors of #CB208B
Black with #CB208B
Text Example
Text Example
White with #CB208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB208B; }
p { color: rgb(203,32,139); }
H1.HeaderClassName
{
color: #CB208B;
}
.AnyTagClassName
{
color: #CB208B;
}
</style>
background-color css
<style>
a { background-color: #CB208B; }
a { background-color: rgb(203,32,139); }
div.DivClassName
{
background-color: #CB208B;
}
.BgClassName
{
background-color: #CB208B;
}
</style>
border-color css
<style>
span { border-color: #CB208B; }
span { border-color: rgb(203,32,139); }
td.TdClassName
{
border-color: #CB208B;
}
.TagClassName
{
border-color: #CB208B;
}
</style>