Shades of Medium Violet Red #CB00A1
Tints of Medium Violet Red #CB00A1
RGB
CMYK
RGB Variations
Color information
#CB00A1 (or 0xCB00A1) is known color: Medium Violet Red. HEX triplet: CB, 00 and A1. RGB value is (203,0,161). Sum of RGB (Red+Green+Blue) = 203+0+161=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00A1 is #34FF5E. Grayscale: #4E4E4E. Windows color (decimal): -3473247 or 10551499. OLE color: 10551499.
HSL color Cylindrical-coordinate representation of color #CB00A1: hue angle of 312.41º 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 #CB00A1 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 161 | - |
| CMYK | 0 | 1 | 0.21 | 0.20 |
| HSL | 312.41º | 1% | 0.4% | - |
| HSV(B) | 312.41º | 1% | 0.8% | - |
| XYZ | 31.06 | 15.27 | 35.03 | - |
| YUV | 79.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 161 | 0 | 1 | 0.21 | 0.20 | 312.41 | 1 | 0.4 |
| Hex | CB | 0 | A1 | 0 | 64 | 15 | 14 | 138 | 64 | 28 |
| Octal | 313 | 0 | 241 | 0 | 144 | 25 | 24 | 470 | 144 | 50 |
| Binary | 11001011 | 0 | 10100001 | 0 | 1100100 | 10101 | 10100 | 100111000 | 1100100 | 101000 |
Color Harmonies of #CB00A1
Complementary color
Monochromatic Colors of #CB00A1
Black with #CB00A1
Text Example
Text Example
White with #CB00A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00A1; }
p { color: rgb(203,0,161); }
H1.HeaderClassName
{
color: #CB00A1;
}
.AnyTagClassName
{
color: #CB00A1;
}
</style>
background-color css
<style>
a { background-color: #CB00A1; }
a { background-color: rgb(203,0,161); }
div.DivClassName
{
background-color: #CB00A1;
}
.BgClassName
{
background-color: #CB00A1;
}
</style>
border-color css
<style>
span { border-color: #CB00A1; }
span { border-color: rgb(203,0,161); }
td.TdClassName
{
border-color: #CB00A1;
}
.TagClassName
{
border-color: #CB00A1;
}
</style>