Shades of Medium Violet Red #CB207B
Tints of Medium Violet Red #CB207B
RGB
CMYK
RGB Variations
Color information
#CB207B (or 0xCB207B) is known color: Medium Violet Red. HEX triplet: CB, 20 and 7B. RGB value is (203,32,123). Sum of RGB (Red+Green+Blue) = 203+32+123=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB207B is #34DF84. Grayscale: #5D5D5D. Windows color (decimal): -3465093 or 8069323. OLE color: 8069323.
HSL color Cylindrical-coordinate representation of color #CB207B: hue angle of 328.07º 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 #CB207B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 123 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.20 |
| HSL | 328.07º | 0.73% | 0.46% | - |
| HSV(B) | 328.07º | 0.84% | 0.8% | - |
| XYZ | 28.72 | 15.16 | 20.15 | - |
| YUV | 93.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 123 | 0 | 0.84 | 0.39 | 0.20 | 328.07 | 0.73 | 0.46 |
| Hex | CB | 20 | 7B | 0 | 54 | 27 | 14 | 148 | 49 | 2E |
| Octal | 313 | 40 | 173 | 0 | 124 | 47 | 24 | 510 | 111 | 56 |
| Binary | 11001011 | 100000 | 1111011 | 0 | 1010100 | 100111 | 10100 | 101001000 | 1001001 | 101110 |
Color Harmonies of #CB207B
Complementary color
Monochromatic Colors of #CB207B
Black with #CB207B
Text Example
Text Example
White with #CB207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB207B; }
p { color: rgb(203,32,123); }
H1.HeaderClassName
{
color: #CB207B;
}
.AnyTagClassName
{
color: #CB207B;
}
</style>
background-color css
<style>
a { background-color: #CB207B; }
a { background-color: rgb(203,32,123); }
div.DivClassName
{
background-color: #CB207B;
}
.BgClassName
{
background-color: #CB207B;
}
</style>
border-color css
<style>
span { border-color: #CB207B; }
span { border-color: rgb(203,32,123); }
td.TdClassName
{
border-color: #CB207B;
}
.TagClassName
{
border-color: #CB207B;
}
</style>