Shades of Medium Violet Red #CB047D
Tints of Medium Violet Red #CB047D
RGB
CMYK
RGB Variations
Color information
#CB047D (or 0xCB047D) is known color: Medium Violet Red. HEX triplet: CB, 04 and 7D. RGB value is (203,4,125). Sum of RGB (Red+Green+Blue) = 203+4+125=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB047D is #34FB82. Grayscale: #4D4D4D. Windows color (decimal): -3472259 or 8193227. OLE color: 8193227.
HSL color Cylindrical-coordinate representation of color #CB047D: hue angle of 323.52º 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 #CB047D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.20 |
| HSL | 323.52º | 0.96% | 0.41% | - |
| HSV(B) | 323.52º | 0.98% | 0.8% | - |
| XYZ | 28.37 | 14.26 | 20.66 | - |
| YUV | 77.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 125 | 0 | 0.98 | 0.38 | 0.20 | 323.52 | 0.96 | 0.41 |
| Hex | CB | 4 | 7D | 0 | 62 | 26 | 14 | 144 | 60 | 29 |
| Octal | 313 | 4 | 175 | 0 | 142 | 46 | 24 | 504 | 140 | 51 |
| Binary | 11001011 | 100 | 1111101 | 0 | 1100010 | 100110 | 10100 | 101000100 | 1100000 | 101001 |
Color Harmonies of #CB047D
Complementary color
Monochromatic Colors of #CB047D
Black with #CB047D
Text Example
Text Example
White with #CB047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB047D; }
p { color: rgb(203,4,125); }
H1.HeaderClassName
{
color: #CB047D;
}
.AnyTagClassName
{
color: #CB047D;
}
</style>
background-color css
<style>
a { background-color: #CB047D; }
a { background-color: rgb(203,4,125); }
div.DivClassName
{
background-color: #CB047D;
}
.BgClassName
{
background-color: #CB047D;
}
</style>
border-color css
<style>
span { border-color: #CB047D; }
span { border-color: rgb(203,4,125); }
td.TdClassName
{
border-color: #CB047D;
}
.TagClassName
{
border-color: #CB047D;
}
</style>