Shades of Medium Violet Red #CB0072
Tints of Medium Violet Red #CB0072
RGB
CMYK
RGB Variations
Color information
#CB0072 (or 0xCB0072) is known color: Medium Violet Red. HEX triplet: CB, 00 and 72. RGB value is (203,0,114). Sum of RGB (Red+Green+Blue) = 203+0+114=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0072 is #34FF8D. Grayscale: #494949. Windows color (decimal): -3473294 or 7471307. OLE color: 7471307.
HSL color Cylindrical-coordinate representation of color #CB0072: hue angle of 326.31º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0072 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.44 | 0.20 |
| HSL | 326.31º | 1% | 0.4% | - |
| HSV(B) | 326.31º | 1% | 0.8% | - |
| XYZ | 27.67 | 13.91 | 17.15 | - |
| YUV | 73.69 | 150.75 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 114 | 0 | 1 | 0.44 | 0.20 | 326.31 | 1 | 0.4 |
| Hex | CB | 0 | 72 | 0 | 64 | 2C | 14 | 146 | 64 | 28 |
| Octal | 313 | 0 | 162 | 0 | 144 | 54 | 24 | 506 | 144 | 50 |
| Binary | 11001011 | 0 | 1110010 | 0 | 1100100 | 101100 | 10100 | 101000110 | 1100100 | 101000 |
Color Harmonies of #CB0072
Complementary color
Monochromatic Colors of #CB0072
Black with #CB0072
Text Example
Text Example
White with #CB0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0072; }
p { color: rgb(203,0,114); }
H1.HeaderClassName
{
color: #CB0072;
}
.AnyTagClassName
{
color: #CB0072;
}
</style>
background-color css
<style>
a { background-color: #CB0072; }
a { background-color: rgb(203,0,114); }
div.DivClassName
{
background-color: #CB0072;
}
.BgClassName
{
background-color: #CB0072;
}
</style>
border-color css
<style>
span { border-color: #CB0072; }
span { border-color: rgb(203,0,114); }
td.TdClassName
{
border-color: #CB0072;
}
.TagClassName
{
border-color: #CB0072;
}
</style>