Shades of Medium Violet Red #CB1876
Tints of Medium Violet Red #CB1876
RGB
CMYK
RGB Variations
Color information
#CB1876 (or 0xCB1876) is known color: Medium Violet Red. HEX triplet: CB, 18 and 76. RGB value is (203,24,118). Sum of RGB (Red+Green+Blue) = 203+24+118=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1876 is #34E789. Grayscale: #585858. Windows color (decimal): -3467146 or 7739595. OLE color: 7739595.
HSL color Cylindrical-coordinate representation of color #CB1876: hue angle of 328.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1876 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 118 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.20 |
| HSL | 328.49º | 0.79% | 0.45% | - |
| HSV(B) | 328.49º | 0.88% | 0.8% | - |
| XYZ | 28.23 | 14.66 | 18.48 | - |
| YUV | 88.24 | 144.8 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 118 | 0 | 0.88 | 0.42 | 0.20 | 328.49 | 0.79 | 0.45 |
| Hex | CB | 18 | 76 | 0 | 58 | 2A | 14 | 148 | 4F | 2D |
| Octal | 313 | 30 | 166 | 0 | 130 | 52 | 24 | 510 | 117 | 55 |
| Binary | 11001011 | 11000 | 1110110 | 0 | 1011000 | 101010 | 10100 | 101001000 | 1001111 | 101101 |
Color Harmonies of #CB1876
Complementary color
Monochromatic Colors of #CB1876
Black with #CB1876
Text Example
Text Example
White with #CB1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1876; }
p { color: rgb(203,24,118); }
H1.HeaderClassName
{
color: #CB1876;
}
.AnyTagClassName
{
color: #CB1876;
}
</style>
background-color css
<style>
a { background-color: #CB1876; }
a { background-color: rgb(203,24,118); }
div.DivClassName
{
background-color: #CB1876;
}
.BgClassName
{
background-color: #CB1876;
}
</style>
border-color css
<style>
span { border-color: #CB1876; }
span { border-color: rgb(203,24,118); }
td.TdClassName
{
border-color: #CB1876;
}
.TagClassName
{
border-color: #CB1876;
}
</style>