Shades of Medium Violet Red #CB207D
Tints of Medium Violet Red #CB207D
RGB
CMYK
RGB Variations
Color information
#CB207D (or 0xCB207D) is known color: Medium Violet Red. HEX triplet: CB, 20 and 7D. RGB value is (203,32,125). Sum of RGB (Red+Green+Blue) = 203+32+125=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB207D is #34DF82. Grayscale: #5D5D5D. Windows color (decimal): -3465091 or 8200395. OLE color: 8200395.
HSL color Cylindrical-coordinate representation of color #CB207D: hue angle of 327.37º 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 #CB207D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 125 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.20 |
| HSL | 327.37º | 0.73% | 0.46% | - |
| HSV(B) | 327.37º | 0.84% | 0.8% | - |
| XYZ | 28.85 | 15.21 | 20.82 | - |
| YUV | 93.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 125 | 0 | 0.84 | 0.38 | 0.20 | 327.37 | 0.73 | 0.46 |
| Hex | CB | 20 | 7D | 0 | 54 | 26 | 14 | 147 | 49 | 2E |
| Octal | 313 | 40 | 175 | 0 | 124 | 46 | 24 | 507 | 111 | 56 |
| Binary | 11001011 | 100000 | 1111101 | 0 | 1010100 | 100110 | 10100 | 101000111 | 1001001 | 101110 |
Color Harmonies of #CB207D
Complementary color
Monochromatic Colors of #CB207D
Black with #CB207D
Text Example
Text Example
White with #CB207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB207D; }
p { color: rgb(203,32,125); }
H1.HeaderClassName
{
color: #CB207D;
}
.AnyTagClassName
{
color: #CB207D;
}
</style>
background-color css
<style>
a { background-color: #CB207D; }
a { background-color: rgb(203,32,125); }
div.DivClassName
{
background-color: #CB207D;
}
.BgClassName
{
background-color: #CB207D;
}
</style>
border-color css
<style>
span { border-color: #CB207D; }
span { border-color: rgb(203,32,125); }
td.TdClassName
{
border-color: #CB207D;
}
.TagClassName
{
border-color: #CB207D;
}
</style>