Shades of Medium Violet Red #CB07A5
Tints of Medium Violet Red #CB07A5
RGB
CMYK
RGB Variations
Color information
#CB07A5 (or 0xCB07A5) is known color: Medium Violet Red. HEX triplet: CB, 07 and A5. RGB value is (203,7,165). Sum of RGB (Red+Green+Blue) = 203+7+165=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB07A5 is #34F85A. Grayscale: #535353. Windows color (decimal): -3471451 or 10815435. OLE color: 10815435.
HSL color Cylindrical-coordinate representation of color #CB07A5: hue angle of 311.63º 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 #CB07A5 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 165 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.20 |
| HSL | 311.63º | 0.93% | 0.41% | - |
| HSV(B) | 311.63º | 0.97% | 0.8% | - |
| XYZ | 31.5 | 15.57 | 36.94 | - |
| YUV | 83.62 | 173.93 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 165 | 0 | 0.97 | 0.19 | 0.20 | 311.63 | 0.93 | 0.41 |
| Hex | CB | 7 | A5 | 0 | 61 | 13 | 14 | 138 | 5D | 29 |
| Octal | 313 | 7 | 245 | 0 | 141 | 23 | 24 | 470 | 135 | 51 |
| Binary | 11001011 | 111 | 10100101 | 0 | 1100001 | 10011 | 10100 | 100111000 | 1011101 | 101001 |
Color Harmonies of #CB07A5
Complementary color
Monochromatic Colors of #CB07A5
Black with #CB07A5
Text Example
Text Example
White with #CB07A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07A5; }
p { color: rgb(203,7,165); }
H1.HeaderClassName
{
color: #CB07A5;
}
.AnyTagClassName
{
color: #CB07A5;
}
</style>
background-color css
<style>
a { background-color: #CB07A5; }
a { background-color: rgb(203,7,165); }
div.DivClassName
{
background-color: #CB07A5;
}
.BgClassName
{
background-color: #CB07A5;
}
</style>
border-color css
<style>
span { border-color: #CB07A5; }
span { border-color: rgb(203,7,165); }
td.TdClassName
{
border-color: #CB07A5;
}
.TagClassName
{
border-color: #CB07A5;
}
</style>