Shades of Medium Violet Red #CB207E
Tints of Medium Violet Red #CB207E
RGB
CMYK
RGB Variations
Color information
#CB207E (or 0xCB207E) is known color: Medium Violet Red. HEX triplet: CB, 20 and 7E. RGB value is (203,32,126). Sum of RGB (Red+Green+Blue) = 203+32+126=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB207E is #34DF81. Grayscale: #5D5D5D. Windows color (decimal): -3465090 or 8265931. OLE color: 8265931.
HSL color Cylindrical-coordinate representation of color #CB207E: hue angle of 327.02º 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 #CB207E is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 126 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.20 |
| HSL | 327.02º | 0.73% | 0.46% | - |
| HSV(B) | 327.02º | 0.84% | 0.8% | - |
| XYZ | 28.91 | 15.24 | 21.16 | - |
| YUV | 93.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 126 | 0 | 0.84 | 0.38 | 0.20 | 327.02 | 0.73 | 0.46 |
| Hex | CB | 20 | 7E | 0 | 54 | 26 | 14 | 147 | 49 | 2E |
| Octal | 313 | 40 | 176 | 0 | 124 | 46 | 24 | 507 | 111 | 56 |
| Binary | 11001011 | 100000 | 1111110 | 0 | 1010100 | 100110 | 10100 | 101000111 | 1001001 | 101110 |
Color Harmonies of #CB207E
Complementary color
Monochromatic Colors of #CB207E
Black with #CB207E
Text Example
Text Example
White with #CB207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB207E; }
p { color: rgb(203,32,126); }
H1.HeaderClassName
{
color: #CB207E;
}
.AnyTagClassName
{
color: #CB207E;
}
</style>
background-color css
<style>
a { background-color: #CB207E; }
a { background-color: rgb(203,32,126); }
div.DivClassName
{
background-color: #CB207E;
}
.BgClassName
{
background-color: #CB207E;
}
</style>
border-color css
<style>
span { border-color: #CB207E; }
span { border-color: rgb(203,32,126); }
td.TdClassName
{
border-color: #CB207E;
}
.TagClassName
{
border-color: #CB207E;
}
</style>