Shades of Medium Violet Red #CB138C
Tints of Medium Violet Red #CB138C
RGB
CMYK
RGB Variations
Color information
#CB138C (or 0xCB138C) is known color: Medium Violet Red. HEX triplet: CB, 13 and 8C. RGB value is (203,19,140). Sum of RGB (Red+Green+Blue) = 203+19+140=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB138C is #34EC73. Grayscale: #575757. Windows color (decimal): -3468404 or 9180107. OLE color: 9180107.
HSL color Cylindrical-coordinate representation of color #CB138C: hue angle of 320.54º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB138C is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 140 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.20 |
| HSL | 320.54º | 0.83% | 0.44% | - |
| HSV(B) | 320.54º | 0.91% | 0.8% | - |
| XYZ | 29.6 | 15.06 | 26.16 | - |
| YUV | 87.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 140 | 0 | 0.91 | 0.31 | 0.20 | 320.54 | 0.83 | 0.44 |
| Hex | CB | 13 | 8C | 0 | 5B | 1F | 14 | 141 | 53 | 2C |
| Octal | 313 | 23 | 214 | 0 | 133 | 37 | 24 | 501 | 123 | 54 |
| Binary | 11001011 | 10011 | 10001100 | 0 | 1011011 | 11111 | 10100 | 101000001 | 1010011 | 101100 |
Color Harmonies of #CB138C
Complementary color
Monochromatic Colors of #CB138C
Black with #CB138C
Text Example
Text Example
White with #CB138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB138C; }
p { color: rgb(203,19,140); }
H1.HeaderClassName
{
color: #CB138C;
}
.AnyTagClassName
{
color: #CB138C;
}
</style>
background-color css
<style>
a { background-color: #CB138C; }
a { background-color: rgb(203,19,140); }
div.DivClassName
{
background-color: #CB138C;
}
.BgClassName
{
background-color: #CB138C;
}
</style>
border-color css
<style>
span { border-color: #CB138C; }
span { border-color: rgb(203,19,140); }
td.TdClassName
{
border-color: #CB138C;
}
.TagClassName
{
border-color: #CB138C;
}
</style>