Shades of Medium Violet Red #CB10A8
Tints of Medium Violet Red #CB10A8
RGB
CMYK
RGB Variations
Color information
#CB10A8 (or 0xCB10A8) is known color: Medium Violet Red. HEX triplet: CB, 10 and A8. RGB value is (203,16,168). Sum of RGB (Red+Green+Blue) = 203+16+168=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB10A8 is #34EF57. Grayscale: #585858. Windows color (decimal): -3469144 or 11014347. OLE color: 11014347.
HSL color Cylindrical-coordinate representation of color #CB10A8: hue angle of 311.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB10A8 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 168 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.20 |
| HSL | 311.23º | 0.85% | 0.43% | - |
| HSV(B) | 311.23º | 0.92% | 0.8% | - |
| XYZ | 31.88 | 15.89 | 38.43 | - |
| YUV | 89.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 168 | 0 | 0.92 | 0.17 | 0.20 | 311.23 | 0.85 | 0.43 |
| Hex | CB | 10 | A8 | 0 | 5C | 11 | 14 | 137 | 55 | 2B |
| Octal | 313 | 20 | 250 | 0 | 134 | 21 | 24 | 467 | 125 | 53 |
| Binary | 11001011 | 10000 | 10101000 | 0 | 1011100 | 10001 | 10100 | 100110111 | 1010101 | 101011 |
Color Harmonies of #CB10A8
Complementary color
Monochromatic Colors of #CB10A8
Black with #CB10A8
Text Example
Text Example
White with #CB10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB10A8; }
p { color: rgb(203,16,168); }
H1.HeaderClassName
{
color: #CB10A8;
}
.AnyTagClassName
{
color: #CB10A8;
}
</style>
background-color css
<style>
a { background-color: #CB10A8; }
a { background-color: rgb(203,16,168); }
div.DivClassName
{
background-color: #CB10A8;
}
.BgClassName
{
background-color: #CB10A8;
}
</style>
border-color css
<style>
span { border-color: #CB10A8; }
span { border-color: rgb(203,16,168); }
td.TdClassName
{
border-color: #CB10A8;
}
.TagClassName
{
border-color: #CB10A8;
}
</style>