Shades of Medium Violet Red #CB158A
Tints of Medium Violet Red #CB158A
RGB
CMYK
RGB Variations
Color information
#CB158A (or 0xCB158A) is known color: Medium Violet Red. HEX triplet: CB, 15 and 8A. RGB value is (203,21,138). Sum of RGB (Red+Green+Blue) = 203+21+138=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB158A is #34EA75. Grayscale: #585858. Windows color (decimal): -3467894 or 9049547. OLE color: 9049547.
HSL color Cylindrical-coordinate representation of color #CB158A: hue angle of 321.43º degrees, saturation: 0.81, 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 #CB158A is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 138 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.20 |
| HSL | 321.43º | 0.81% | 0.44% | - |
| HSV(B) | 321.43º | 0.9% | 0.8% | - |
| XYZ | 29.48 | 15.07 | 25.4 | - |
| YUV | 88.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 138 | 0 | 0.90 | 0.32 | 0.20 | 321.43 | 0.81 | 0.44 |
| Hex | CB | 15 | 8A | 0 | 5A | 20 | 14 | 141 | 51 | 2C |
| Octal | 313 | 25 | 212 | 0 | 132 | 40 | 24 | 501 | 121 | 54 |
| Binary | 11001011 | 10101 | 10001010 | 0 | 1011010 | 100000 | 10100 | 101000001 | 1010001 | 101100 |
Color Harmonies of #CB158A
Complementary color
Monochromatic Colors of #CB158A
Black with #CB158A
Text Example
Text Example
White with #CB158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB158A; }
p { color: rgb(203,21,138); }
H1.HeaderClassName
{
color: #CB158A;
}
.AnyTagClassName
{
color: #CB158A;
}
</style>
background-color css
<style>
a { background-color: #CB158A; }
a { background-color: rgb(203,21,138); }
div.DivClassName
{
background-color: #CB158A;
}
.BgClassName
{
background-color: #CB158A;
}
</style>
border-color css
<style>
span { border-color: #CB158A; }
span { border-color: rgb(203,21,138); }
td.TdClassName
{
border-color: #CB158A;
}
.TagClassName
{
border-color: #CB158A;
}
</style>