Shades of Medium Violet Red #CB149A
Tints of Medium Violet Red #CB149A
RGB
CMYK
RGB Variations
Color information
#CB149A (or 0xCB149A) is known color: Medium Violet Red. HEX triplet: CB, 14 and 9A. RGB value is (203,20,154). Sum of RGB (Red+Green+Blue) = 203+20+154=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB149A is #34EB65. Grayscale: #595959. Windows color (decimal): -3468134 or 10097867. OLE color: 10097867.
HSL color Cylindrical-coordinate representation of color #CB149A: hue angle of 316.07º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB149A is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 154 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.20 |
| HSL | 316.07º | 0.82% | 0.44% | - |
| HSV(B) | 316.07º | 0.9% | 0.8% | - |
| XYZ | 30.71 | 15.53 | 31.95 | - |
| YUV | 89.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 154 | 0 | 0.90 | 0.24 | 0.20 | 316.07 | 0.82 | 0.44 |
| Hex | CB | 14 | 9A | 0 | 5A | 18 | 14 | 13C | 52 | 2C |
| Octal | 313 | 24 | 232 | 0 | 132 | 30 | 24 | 474 | 122 | 54 |
| Binary | 11001011 | 10100 | 10011010 | 0 | 1011010 | 11000 | 10100 | 100111100 | 1010010 | 101100 |
Color Harmonies of #CB149A
Complementary color
Monochromatic Colors of #CB149A
Black with #CB149A
Text Example
Text Example
White with #CB149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB149A; }
p { color: rgb(203,20,154); }
H1.HeaderClassName
{
color: #CB149A;
}
.AnyTagClassName
{
color: #CB149A;
}
</style>
background-color css
<style>
a { background-color: #CB149A; }
a { background-color: rgb(203,20,154); }
div.DivClassName
{
background-color: #CB149A;
}
.BgClassName
{
background-color: #CB149A;
}
</style>
border-color css
<style>
span { border-color: #CB149A; }
span { border-color: rgb(203,20,154); }
td.TdClassName
{
border-color: #CB149A;
}
.TagClassName
{
border-color: #CB149A;
}
</style>