Shades of Medium Violet Red #CB087B
Tints of Medium Violet Red #CB087B
RGB
CMYK
RGB Variations
Color information
#CB087B (or 0xCB087B) is known color: Medium Violet Red. HEX triplet: CB, 08 and 7B. RGB value is (203,8,123). Sum of RGB (Red+Green+Blue) = 203+8+123=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB087B is #34F784. Grayscale: #4F4F4F. Windows color (decimal): -3471237 or 8063179. OLE color: 8063179.
HSL color Cylindrical-coordinate representation of color #CB087B: hue angle of 324.62º 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 #CB087B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.20 |
| HSL | 324.62º | 0.92% | 0.41% | - |
| HSV(B) | 324.62º | 0.96% | 0.8% | - |
| XYZ | 28.29 | 14.3 | 20.01 | - |
| YUV | 79.42 | 152.6 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 123 | 0 | 0.96 | 0.39 | 0.20 | 324.62 | 0.92 | 0.41 |
| Hex | CB | 8 | 7B | 0 | 60 | 27 | 14 | 145 | 5C | 29 |
| Octal | 313 | 10 | 173 | 0 | 140 | 47 | 24 | 505 | 134 | 51 |
| Binary | 11001011 | 1000 | 1111011 | 0 | 1100000 | 100111 | 10100 | 101000101 | 1011100 | 101001 |
Color Harmonies of #CB087B
Complementary color
Monochromatic Colors of #CB087B
Black with #CB087B
Text Example
Text Example
White with #CB087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB087B; }
p { color: rgb(203,8,123); }
H1.HeaderClassName
{
color: #CB087B;
}
.AnyTagClassName
{
color: #CB087B;
}
</style>
background-color css
<style>
a { background-color: #CB087B; }
a { background-color: rgb(203,8,123); }
div.DivClassName
{
background-color: #CB087B;
}
.BgClassName
{
background-color: #CB087B;
}
</style>
border-color css
<style>
span { border-color: #CB087B; }
span { border-color: rgb(203,8,123); }
td.TdClassName
{
border-color: #CB087B;
}
.TagClassName
{
border-color: #CB087B;
}
</style>