Shades of Medium Violet Red #CB07A0
Tints of Medium Violet Red #CB07A0
RGB
CMYK
RGB Variations
Color information
#CB07A0 (or 0xCB07A0) is known color: Medium Violet Red. HEX triplet: CB, 07 and A0. RGB value is (203,7,160). Sum of RGB (Red+Green+Blue) = 203+7+160=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB07A0 is #34F85F. Grayscale: #525252. Windows color (decimal): -3471456 or 10487755. OLE color: 10487755.
HSL color Cylindrical-coordinate representation of color #CB07A0: hue angle of 313.16º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07A0 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.20 |
| HSL | 313.16º | 0.93% | 0.41% | - |
| HSV(B) | 313.16º | 0.97% | 0.8% | - |
| XYZ | 31.05 | 15.39 | 34.59 | - |
| YUV | 83.05 | 171.43 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 160 | 0 | 0.97 | 0.21 | 0.20 | 313.16 | 0.93 | 0.41 |
| Hex | CB | 7 | A0 | 0 | 61 | 15 | 14 | 139 | 5D | 29 |
| Octal | 313 | 7 | 240 | 0 | 141 | 25 | 24 | 471 | 135 | 51 |
| Binary | 11001011 | 111 | 10100000 | 0 | 1100001 | 10101 | 10100 | 100111001 | 1011101 | 101001 |
Color Harmonies of #CB07A0
Complementary color
Monochromatic Colors of #CB07A0
Black with #CB07A0
Text Example
Text Example
White with #CB07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07A0; }
p { color: rgb(203,7,160); }
H1.HeaderClassName
{
color: #CB07A0;
}
.AnyTagClassName
{
color: #CB07A0;
}
</style>
background-color css
<style>
a { background-color: #CB07A0; }
a { background-color: rgb(203,7,160); }
div.DivClassName
{
background-color: #CB07A0;
}
.BgClassName
{
background-color: #CB07A0;
}
</style>
border-color css
<style>
span { border-color: #CB07A0; }
span { border-color: rgb(203,7,160); }
td.TdClassName
{
border-color: #CB07A0;
}
.TagClassName
{
border-color: #CB07A0;
}
</style>