Shades of Medium Violet Red #CB13A8
Tints of Medium Violet Red #CB13A8
RGB
CMYK
RGB Variations
Color information
#CB13A8 (or 0xCB13A8) is known color: Medium Violet Red. HEX triplet: CB, 13 and A8. RGB value is (203,19,168). Sum of RGB (Red+Green+Blue) = 203+19+168=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB13A8 is #34EC57. Grayscale: #5A5A5A. Windows color (decimal): -3468376 or 11015115. OLE color: 11015115.
HSL color Cylindrical-coordinate representation of color #CB13A8: hue angle of 311.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13A8 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 168 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.20 |
| HSL | 311.41º | 0.83% | 0.44% | - |
| HSV(B) | 311.41º | 0.91% | 0.8% | - |
| XYZ | 31.93 | 15.99 | 38.45 | - |
| YUV | 91 | 171.46 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 168 | 0 | 0.91 | 0.17 | 0.20 | 311.41 | 0.83 | 0.44 |
| Hex | CB | 13 | A8 | 0 | 5B | 11 | 14 | 137 | 53 | 2C |
| Octal | 313 | 23 | 250 | 0 | 133 | 21 | 24 | 467 | 123 | 54 |
| Binary | 11001011 | 10011 | 10101000 | 0 | 1011011 | 10001 | 10100 | 100110111 | 1010011 | 101100 |
Color Harmonies of #CB13A8
Complementary color
Monochromatic Colors of #CB13A8
Black with #CB13A8
Text Example
Text Example
White with #CB13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13A8; }
p { color: rgb(203,19,168); }
H1.HeaderClassName
{
color: #CB13A8;
}
.AnyTagClassName
{
color: #CB13A8;
}
</style>
background-color css
<style>
a { background-color: #CB13A8; }
a { background-color: rgb(203,19,168); }
div.DivClassName
{
background-color: #CB13A8;
}
.BgClassName
{
background-color: #CB13A8;
}
</style>
border-color css
<style>
span { border-color: #CB13A8; }
span { border-color: rgb(203,19,168); }
td.TdClassName
{
border-color: #CB13A8;
}
.TagClassName
{
border-color: #CB13A8;
}
</style>