Shades of Medium Violet Red #CB1376
Tints of Medium Violet Red #CB1376
RGB
CMYK
RGB Variations
Color information
#CB1376 (or 0xCB1376) is known color: Medium Violet Red. HEX triplet: CB, 13 and 76. RGB value is (203,19,118). Sum of RGB (Red+Green+Blue) = 203+19+118=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1376 is #34EC89. Grayscale: #555555. Windows color (decimal): -3468426 or 7738315. OLE color: 7738315.
HSL color Cylindrical-coordinate representation of color #CB1376: hue angle of 327.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1376 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 118 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.20 |
| HSL | 327.72º | 0.83% | 0.44% | - |
| HSV(B) | 327.72º | 0.91% | 0.8% | - |
| XYZ | 28.13 | 14.47 | 18.45 | - |
| YUV | 85.3 | 146.46 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 118 | 0 | 0.91 | 0.42 | 0.20 | 327.72 | 0.83 | 0.44 |
| Hex | CB | 13 | 76 | 0 | 5B | 2A | 14 | 148 | 53 | 2C |
| Octal | 313 | 23 | 166 | 0 | 133 | 52 | 24 | 510 | 123 | 54 |
| Binary | 11001011 | 10011 | 1110110 | 0 | 1011011 | 101010 | 10100 | 101001000 | 1010011 | 101100 |
Color Harmonies of #CB1376
Complementary color
Monochromatic Colors of #CB1376
Black with #CB1376
Text Example
Text Example
White with #CB1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1376; }
p { color: rgb(203,19,118); }
H1.HeaderClassName
{
color: #CB1376;
}
.AnyTagClassName
{
color: #CB1376;
}
</style>
background-color css
<style>
a { background-color: #CB1376; }
a { background-color: rgb(203,19,118); }
div.DivClassName
{
background-color: #CB1376;
}
.BgClassName
{
background-color: #CB1376;
}
</style>
border-color css
<style>
span { border-color: #CB1376; }
span { border-color: rgb(203,19,118); }
td.TdClassName
{
border-color: #CB1376;
}
.TagClassName
{
border-color: #CB1376;
}
</style>