Shades of Medium Violet Red #CB047A
Tints of Medium Violet Red #CB047A
RGB
CMYK
RGB Variations
Color information
#CB047A (or 0xCB047A) is known color: Medium Violet Red. HEX triplet: CB, 04 and 7A. RGB value is (203,4,122). Sum of RGB (Red+Green+Blue) = 203+4+122=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB047A is #34FB85. Grayscale: #4C4C4C. Windows color (decimal): -3472262 or 7996619. OLE color: 7996619.
HSL color Cylindrical-coordinate representation of color #CB047A: hue angle of 324.42º 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 #CB047A is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.20 |
| HSL | 324.42º | 0.96% | 0.41% | - |
| HSV(B) | 324.42º | 0.98% | 0.8% | - |
| XYZ | 28.18 | 14.19 | 19.67 | - |
| YUV | 76.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 122 | 0 | 0.98 | 0.40 | 0.20 | 324.42 | 0.96 | 0.41 |
| Hex | CB | 4 | 7A | 0 | 62 | 28 | 14 | 144 | 60 | 29 |
| Octal | 313 | 4 | 172 | 0 | 142 | 50 | 24 | 504 | 140 | 51 |
| Binary | 11001011 | 100 | 1111010 | 0 | 1100010 | 101000 | 10100 | 101000100 | 1100000 | 101001 |
Color Harmonies of #CB047A
Complementary color
Monochromatic Colors of #CB047A
Black with #CB047A
Text Example
Text Example
White with #CB047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB047A; }
p { color: rgb(203,4,122); }
H1.HeaderClassName
{
color: #CB047A;
}
.AnyTagClassName
{
color: #CB047A;
}
</style>
background-color css
<style>
a { background-color: #CB047A; }
a { background-color: rgb(203,4,122); }
div.DivClassName
{
background-color: #CB047A;
}
.BgClassName
{
background-color: #CB047A;
}
</style>
border-color css
<style>
span { border-color: #CB047A; }
span { border-color: rgb(203,4,122); }
td.TdClassName
{
border-color: #CB047A;
}
.TagClassName
{
border-color: #CB047A;
}
</style>