Shades of Medium Violet Red #CB007A
Tints of Medium Violet Red #CB007A
RGB
CMYK
RGB Variations
Color information
#CB007A (or 0xCB007A) is known color: Medium Violet Red. HEX triplet: CB, 00 and 7A. RGB value is (203,0,122). Sum of RGB (Red+Green+Blue) = 203+0+122=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB007A is #34FF85. Grayscale: #4A4A4A. Windows color (decimal): -3473286 or 7995595. OLE color: 7995595.
HSL color Cylindrical-coordinate representation of color #CB007A: hue angle of 323.94º 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 #CB007A is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.40 | 0.20 |
| HSL | 323.94º | 1% | 0.4% | - |
| HSV(B) | 323.94º | 1% | 0.8% | - |
| XYZ | 28.14 | 14.1 | 19.65 | - |
| YUV | 74.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 122 | 0 | 1 | 0.40 | 0.20 | 323.94 | 1 | 0.4 |
| Hex | CB | 0 | 7A | 0 | 64 | 28 | 14 | 144 | 64 | 28 |
| Octal | 313 | 0 | 172 | 0 | 144 | 50 | 24 | 504 | 144 | 50 |
| Binary | 11001011 | 0 | 1111010 | 0 | 1100100 | 101000 | 10100 | 101000100 | 1100100 | 101000 |
Color Harmonies of #CB007A
Complementary color
Monochromatic Colors of #CB007A
Black with #CB007A
Text Example
Text Example
White with #CB007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB007A; }
p { color: rgb(203,0,122); }
H1.HeaderClassName
{
color: #CB007A;
}
.AnyTagClassName
{
color: #CB007A;
}
</style>
background-color css
<style>
a { background-color: #CB007A; }
a { background-color: rgb(203,0,122); }
div.DivClassName
{
background-color: #CB007A;
}
.BgClassName
{
background-color: #CB007A;
}
</style>
border-color css
<style>
span { border-color: #CB007A; }
span { border-color: rgb(203,0,122); }
td.TdClassName
{
border-color: #CB007A;
}
.TagClassName
{
border-color: #CB007A;
}
</style>