Shades of Medium Violet Red #CB088A
Tints of Medium Violet Red #CB088A
RGB
CMYK
RGB Variations
Color information
#CB088A (or 0xCB088A) is known color: Medium Violet Red. HEX triplet: CB, 08 and 8A. RGB value is (203,8,138). Sum of RGB (Red+Green+Blue) = 203+8+138=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB088A is #34F775. Grayscale: #505050. Windows color (decimal): -3471222 or 9046219. OLE color: 9046219.
HSL color Cylindrical-coordinate representation of color #CB088A: hue angle of 320º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB088A is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.20 |
| HSL | 320º | 0.92% | 0.41% | - |
| HSV(B) | 320º | 0.96% | 0.8% | - |
| XYZ | 29.3 | 14.71 | 25.34 | - |
| YUV | 81.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 138 | 0 | 0.96 | 0.32 | 0.20 | 320 | 0.92 | 0.41 |
| Hex | CB | 8 | 8A | 0 | 60 | 20 | 14 | 140 | 5C | 29 |
| Octal | 313 | 10 | 212 | 0 | 140 | 40 | 24 | 500 | 134 | 51 |
| Binary | 11001011 | 1000 | 10001010 | 0 | 1100000 | 100000 | 10100 | 101000000 | 1011100 | 101001 |
Color Harmonies of #CB088A
Complementary color
Monochromatic Colors of #CB088A
Black with #CB088A
Text Example
Text Example
White with #CB088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB088A; }
p { color: rgb(203,8,138); }
H1.HeaderClassName
{
color: #CB088A;
}
.AnyTagClassName
{
color: #CB088A;
}
</style>
background-color css
<style>
a { background-color: #CB088A; }
a { background-color: rgb(203,8,138); }
div.DivClassName
{
background-color: #CB088A;
}
.BgClassName
{
background-color: #CB088A;
}
</style>
border-color css
<style>
span { border-color: #CB088A; }
span { border-color: rgb(203,8,138); }
td.TdClassName
{
border-color: #CB088A;
}
.TagClassName
{
border-color: #CB088A;
}
</style>