Shades of Medium Violet Red #CB00A0
Tints of Medium Violet Red #CB00A0
RGB
CMYK
RGB Variations
Color information
#CB00A0 (or 0xCB00A0) is known color: Medium Violet Red. HEX triplet: CB, 00 and A0. RGB value is (203,0,160). Sum of RGB (Red+Green+Blue) = 203+0+160=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00A0 is #34FF5F. Grayscale: #4E4E4E. Windows color (decimal): -3473248 or 10485963. OLE color: 10485963.
HSL color Cylindrical-coordinate representation of color #CB00A0: hue angle of 312.71º 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 #CB00A0 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.21 | 0.20 |
| HSL | 312.71º | 1% | 0.4% | - |
| HSV(B) | 312.71º | 1% | 0.8% | - |
| XYZ | 30.97 | 15.23 | 34.57 | - |
| YUV | 78.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 160 | 0 | 1 | 0.21 | 0.20 | 312.71 | 1 | 0.4 |
| Hex | CB | 0 | A0 | 0 | 64 | 15 | 14 | 139 | 64 | 28 |
| Octal | 313 | 0 | 240 | 0 | 144 | 25 | 24 | 471 | 144 | 50 |
| Binary | 11001011 | 0 | 10100000 | 0 | 1100100 | 10101 | 10100 | 100111001 | 1100100 | 101000 |
Color Harmonies of #CB00A0
Complementary color
Monochromatic Colors of #CB00A0
Black with #CB00A0
Text Example
Text Example
White with #CB00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00A0; }
p { color: rgb(203,0,160); }
H1.HeaderClassName
{
color: #CB00A0;
}
.AnyTagClassName
{
color: #CB00A0;
}
</style>
background-color css
<style>
a { background-color: #CB00A0; }
a { background-color: rgb(203,0,160); }
div.DivClassName
{
background-color: #CB00A0;
}
.BgClassName
{
background-color: #CB00A0;
}
</style>
border-color css
<style>
span { border-color: #CB00A0; }
span { border-color: rgb(203,0,160); }
td.TdClassName
{
border-color: #CB00A0;
}
.TagClassName
{
border-color: #CB00A0;
}
</style>