Shades of Medium Violet Red #CB087E
Tints of Medium Violet Red #CB087E
RGB
CMYK
RGB Variations
Color information
#CB087E (or 0xCB087E) is known color: Medium Violet Red. HEX triplet: CB, 08 and 7E. RGB value is (203,8,126). Sum of RGB (Red+Green+Blue) = 203+8+126=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB087E is #34F781. Grayscale: #4F4F4F. Windows color (decimal): -3471234 or 8259787. OLE color: 8259787.
HSL color Cylindrical-coordinate representation of color #CB087E: hue angle of 323.69º 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 #CB087E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.20 |
| HSL | 323.69º | 0.92% | 0.41% | - |
| HSV(B) | 323.69º | 0.96% | 0.8% | - |
| XYZ | 28.48 | 14.38 | 21.01 | - |
| YUV | 79.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 126 | 0 | 0.96 | 0.38 | 0.20 | 323.69 | 0.92 | 0.41 |
| Hex | CB | 8 | 7E | 0 | 60 | 26 | 14 | 144 | 5C | 29 |
| Octal | 313 | 10 | 176 | 0 | 140 | 46 | 24 | 504 | 134 | 51 |
| Binary | 11001011 | 1000 | 1111110 | 0 | 1100000 | 100110 | 10100 | 101000100 | 1011100 | 101001 |
Color Harmonies of #CB087E
Complementary color
Monochromatic Colors of #CB087E
Black with #CB087E
Text Example
Text Example
White with #CB087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB087E; }
p { color: rgb(203,8,126); }
H1.HeaderClassName
{
color: #CB087E;
}
.AnyTagClassName
{
color: #CB087E;
}
</style>
background-color css
<style>
a { background-color: #CB087E; }
a { background-color: rgb(203,8,126); }
div.DivClassName
{
background-color: #CB087E;
}
.BgClassName
{
background-color: #CB087E;
}
</style>
border-color css
<style>
span { border-color: #CB087E; }
span { border-color: rgb(203,8,126); }
td.TdClassName
{
border-color: #CB087E;
}
.TagClassName
{
border-color: #CB087E;
}
</style>