Shades of Medium Violet Red #CB087F
Tints of Medium Violet Red #CB087F
RGB
CMYK
RGB Variations
Color information
#CB087F (or 0xCB087F) is known color: Medium Violet Red. HEX triplet: CB, 08 and 7F. RGB value is (203,8,127). Sum of RGB (Red+Green+Blue) = 203+8+127=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB087F is #34F780. Grayscale: #4F4F4F. Windows color (decimal): -3471233 or 8325323. OLE color: 8325323.
HSL color Cylindrical-coordinate representation of color #CB087F: hue angle of 323.38º 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 #CB087F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.20 |
| HSL | 323.38º | 0.92% | 0.41% | - |
| HSV(B) | 323.38º | 0.96% | 0.8% | - |
| XYZ | 28.55 | 14.4 | 21.35 | - |
| YUV | 79.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 127 | 0 | 0.96 | 0.37 | 0.20 | 323.38 | 0.92 | 0.41 |
| Hex | CB | 8 | 7F | 0 | 60 | 25 | 14 | 143 | 5C | 29 |
| Octal | 313 | 10 | 177 | 0 | 140 | 45 | 24 | 503 | 134 | 51 |
| Binary | 11001011 | 1000 | 1111111 | 0 | 1100000 | 100101 | 10100 | 101000011 | 1011100 | 101001 |
Color Harmonies of #CB087F
Complementary color
Monochromatic Colors of #CB087F
Black with #CB087F
Text Example
Text Example
White with #CB087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB087F; }
p { color: rgb(203,8,127); }
H1.HeaderClassName
{
color: #CB087F;
}
.AnyTagClassName
{
color: #CB087F;
}
</style>
background-color css
<style>
a { background-color: #CB087F; }
a { background-color: rgb(203,8,127); }
div.DivClassName
{
background-color: #CB087F;
}
.BgClassName
{
background-color: #CB087F;
}
</style>
border-color css
<style>
span { border-color: #CB087F; }
span { border-color: rgb(203,8,127); }
td.TdClassName
{
border-color: #CB087F;
}
.TagClassName
{
border-color: #CB087F;
}
</style>