Shades of Medium Violet Red #CB047E
Tints of Medium Violet Red #CB047E
RGB
CMYK
RGB Variations
Color information
#CB047E (or 0xCB047E) is known color: Medium Violet Red. HEX triplet: CB, 04 and 7E. RGB value is (203,4,126). Sum of RGB (Red+Green+Blue) = 203+4+126=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB047E is #34FB81. Grayscale: #4D4D4D. Windows color (decimal): -3472258 or 8258763. OLE color: 8258763.
HSL color Cylindrical-coordinate representation of color #CB047E: hue angle of 323.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB047E is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.20 |
| HSL | 323.22º | 0.96% | 0.41% | - |
| HSV(B) | 323.22º | 0.98% | 0.8% | - |
| XYZ | 28.44 | 14.29 | 21 | - |
| YUV | 77.41 | 155.43 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 126 | 0 | 0.98 | 0.38 | 0.20 | 323.22 | 0.96 | 0.41 |
| Hex | CB | 4 | 7E | 0 | 62 | 26 | 14 | 143 | 60 | 29 |
| Octal | 313 | 4 | 176 | 0 | 142 | 46 | 24 | 503 | 140 | 51 |
| Binary | 11001011 | 100 | 1111110 | 0 | 1100010 | 100110 | 10100 | 101000011 | 1100000 | 101001 |
Color Harmonies of #CB047E
Complementary color
Monochromatic Colors of #CB047E
Black with #CB047E
Text Example
Text Example
White with #CB047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB047E; }
p { color: rgb(203,4,126); }
H1.HeaderClassName
{
color: #CB047E;
}
.AnyTagClassName
{
color: #CB047E;
}
</style>
background-color css
<style>
a { background-color: #CB047E; }
a { background-color: rgb(203,4,126); }
div.DivClassName
{
background-color: #CB047E;
}
.BgClassName
{
background-color: #CB047E;
}
</style>
border-color css
<style>
span { border-color: #CB047E; }
span { border-color: rgb(203,4,126); }
td.TdClassName
{
border-color: #CB047E;
}
.TagClassName
{
border-color: #CB047E;
}
</style>