Shades of Medium Violet Red #CB149C
Tints of Medium Violet Red #CB149C
RGB
CMYK
RGB Variations
Color information
#CB149C (or 0xCB149C) is known color: Medium Violet Red. HEX triplet: CB, 14 and 9C. RGB value is (203,20,156). Sum of RGB (Red+Green+Blue) = 203+20+156=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB149C is #34EB63. Grayscale: #595959. Windows color (decimal): -3468132 or 10228939. OLE color: 10228939.
HSL color Cylindrical-coordinate representation of color #CB149C: hue angle of 315.41º 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 #CB149C is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 156 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.20 |
| HSL | 315.41º | 0.82% | 0.44% | - |
| HSV(B) | 315.41º | 0.9% | 0.8% | - |
| XYZ | 30.88 | 15.6 | 32.84 | - |
| YUV | 90.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 156 | 0 | 0.90 | 0.23 | 0.20 | 315.41 | 0.82 | 0.44 |
| Hex | CB | 14 | 9C | 0 | 5A | 17 | 14 | 13B | 52 | 2C |
| Octal | 313 | 24 | 234 | 0 | 132 | 27 | 24 | 473 | 122 | 54 |
| Binary | 11001011 | 10100 | 10011100 | 0 | 1011010 | 10111 | 10100 | 100111011 | 1010010 | 101100 |
Color Harmonies of #CB149C
Complementary color
Monochromatic Colors of #CB149C
Black with #CB149C
Text Example
Text Example
White with #CB149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB149C; }
p { color: rgb(203,20,156); }
H1.HeaderClassName
{
color: #CB149C;
}
.AnyTagClassName
{
color: #CB149C;
}
</style>
background-color css
<style>
a { background-color: #CB149C; }
a { background-color: rgb(203,20,156); }
div.DivClassName
{
background-color: #CB149C;
}
.BgClassName
{
background-color: #CB149C;
}
</style>
border-color css
<style>
span { border-color: #CB149C; }
span { border-color: rgb(203,20,156); }
td.TdClassName
{
border-color: #CB149C;
}
.TagClassName
{
border-color: #CB149C;
}
</style>