Shades of Medium Violet Red #CB129C
Tints of Medium Violet Red #CB129C
RGB
CMYK
RGB Variations
Color information
#CB129C (or 0xCB129C) is known color: Medium Violet Red. HEX triplet: CB, 12 and 9C. RGB value is (203,18,156). Sum of RGB (Red+Green+Blue) = 203+18+156=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB129C is #34ED63. Grayscale: #585858. Windows color (decimal): -3468644 or 10228427. OLE color: 10228427.
HSL color Cylindrical-coordinate representation of color #CB129C: hue angle of 315.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB129C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.20 |
| HSL | 315.24º | 0.84% | 0.43% | - |
| HSV(B) | 315.24º | 0.91% | 0.8% | - |
| XYZ | 30.85 | 15.53 | 32.82 | - |
| YUV | 89.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 156 | 0 | 0.91 | 0.23 | 0.20 | 315.24 | 0.84 | 0.43 |
| Hex | CB | 12 | 9C | 0 | 5B | 17 | 14 | 13B | 54 | 2B |
| Octal | 313 | 22 | 234 | 0 | 133 | 27 | 24 | 473 | 124 | 53 |
| Binary | 11001011 | 10010 | 10011100 | 0 | 1011011 | 10111 | 10100 | 100111011 | 1010100 | 101011 |
Color Harmonies of #CB129C
Complementary color
Monochromatic Colors of #CB129C
Black with #CB129C
Text Example
Text Example
White with #CB129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB129C; }
p { color: rgb(203,18,156); }
H1.HeaderClassName
{
color: #CB129C;
}
.AnyTagClassName
{
color: #CB129C;
}
</style>
background-color css
<style>
a { background-color: #CB129C; }
a { background-color: rgb(203,18,156); }
div.DivClassName
{
background-color: #CB129C;
}
.BgClassName
{
background-color: #CB129C;
}
</style>
border-color css
<style>
span { border-color: #CB129C; }
span { border-color: rgb(203,18,156); }
td.TdClassName
{
border-color: #CB129C;
}
.TagClassName
{
border-color: #CB129C;
}
</style>