Shades of Medium Violet Red #CB0871
Tints of Medium Violet Red #CB0871
RGB
CMYK
RGB Variations
Color information
#CB0871 (or 0xCB0871) is known color: Medium Violet Red. HEX triplet: CB, 08 and 71. RGB value is (203,8,113). Sum of RGB (Red+Green+Blue) = 203+8+113=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0871 is #34F78E. Grayscale: #4E4E4E. Windows color (decimal): -3471247 or 7407819. OLE color: 7407819.
HSL color Cylindrical-coordinate representation of color #CB0871: hue angle of 327.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 #CB0871 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.20 |
| HSL | 327.69º | 0.92% | 0.41% | - |
| HSV(B) | 327.69º | 0.96% | 0.8% | - |
| XYZ | 27.7 | 14.06 | 16.88 | - |
| YUV | 78.28 | 147.6 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 113 | 0 | 0.96 | 0.44 | 0.20 | 327.69 | 0.92 | 0.41 |
| Hex | CB | 8 | 71 | 0 | 60 | 2C | 14 | 148 | 5C | 29 |
| Octal | 313 | 10 | 161 | 0 | 140 | 54 | 24 | 510 | 134 | 51 |
| Binary | 11001011 | 1000 | 1110001 | 0 | 1100000 | 101100 | 10100 | 101001000 | 1011100 | 101001 |
Color Harmonies of #CB0871
Complementary color
Monochromatic Colors of #CB0871
Black with #CB0871
Text Example
Text Example
White with #CB0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0871; }
p { color: rgb(203,8,113); }
H1.HeaderClassName
{
color: #CB0871;
}
.AnyTagClassName
{
color: #CB0871;
}
</style>
background-color css
<style>
a { background-color: #CB0871; }
a { background-color: rgb(203,8,113); }
div.DivClassName
{
background-color: #CB0871;
}
.BgClassName
{
background-color: #CB0871;
}
</style>
border-color css
<style>
span { border-color: #CB0871; }
span { border-color: rgb(203,8,113); }
td.TdClassName
{
border-color: #CB0871;
}
.TagClassName
{
border-color: #CB0871;
}
</style>