Shades of Medium Violet Red #CB1BA4
Tints of Medium Violet Red #CB1BA4
RGB
CMYK
RGB Variations
Color information
#CB1BA4 (or 0xCB1BA4) is known color: Medium Violet Red. HEX triplet: CB, 1B and A4. RGB value is (203,27,164). Sum of RGB (Red+Green+Blue) = 203+27+164=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1BA4 is #34E45B. Grayscale: #5E5E5E. Windows color (decimal): -3466332 or 10755019. OLE color: 10755019.
HSL color Cylindrical-coordinate representation of color #CB1BA4: hue angle of 313.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1BA4 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 164 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.20 |
| HSL | 313.3º | 0.77% | 0.45% | - |
| HSV(B) | 313.3º | 0.87% | 0.8% | - |
| XYZ | 31.72 | 16.16 | 36.57 | - |
| YUV | 95.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 164 | 0 | 0.87 | 0.19 | 0.20 | 313.3 | 0.77 | 0.45 |
| Hex | CB | 1B | A4 | 0 | 57 | 13 | 14 | 139 | 4D | 2D |
| Octal | 313 | 33 | 244 | 0 | 127 | 23 | 24 | 471 | 115 | 55 |
| Binary | 11001011 | 11011 | 10100100 | 0 | 1010111 | 10011 | 10100 | 100111001 | 1001101 | 101101 |
Color Harmonies of #CB1BA4
Complementary color
Monochromatic Colors of #CB1BA4
Black with #CB1BA4
Text Example
Text Example
White with #CB1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BA4; }
p { color: rgb(203,27,164); }
H1.HeaderClassName
{
color: #CB1BA4;
}
.AnyTagClassName
{
color: #CB1BA4;
}
</style>
background-color css
<style>
a { background-color: #CB1BA4; }
a { background-color: rgb(203,27,164); }
div.DivClassName
{
background-color: #CB1BA4;
}
.BgClassName
{
background-color: #CB1BA4;
}
</style>
border-color css
<style>
span { border-color: #CB1BA4; }
span { border-color: rgb(203,27,164); }
td.TdClassName
{
border-color: #CB1BA4;
}
.TagClassName
{
border-color: #CB1BA4;
}
</style>