Shades of Medium Violet Red #CB2276
Tints of Medium Violet Red #CB2276
RGB
CMYK
RGB Variations
Color information
#CB2276 (or 0xCB2276) is known color: Medium Violet Red. HEX triplet: CB, 22 and 76. RGB value is (203,34,118). Sum of RGB (Red+Green+Blue) = 203+34+118=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2276 is #34DD89. Grayscale: #5D5D5D. Windows color (decimal): -3464586 or 7742155. OLE color: 7742155.
HSL color Cylindrical-coordinate representation of color #CB2276: hue angle of 330.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2276 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 118 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.20 |
| HSL | 330.18º | 0.71% | 0.46% | - |
| HSV(B) | 330.18º | 0.83% | 0.8% | - |
| XYZ | 28.47 | 15.15 | 18.56 | - |
| YUV | 94.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 118 | 0 | 0.83 | 0.42 | 0.20 | 330.18 | 0.71 | 0.46 |
| Hex | CB | 22 | 76 | 0 | 53 | 2A | 14 | 14A | 47 | 2E |
| Octal | 313 | 42 | 166 | 0 | 123 | 52 | 24 | 512 | 107 | 56 |
| Binary | 11001011 | 100010 | 1110110 | 0 | 1010011 | 101010 | 10100 | 101001010 | 1000111 | 101110 |
Color Harmonies of #CB2276
Complementary color
Monochromatic Colors of #CB2276
Black with #CB2276
Text Example
Text Example
White with #CB2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2276; }
p { color: rgb(203,34,118); }
H1.HeaderClassName
{
color: #CB2276;
}
.AnyTagClassName
{
color: #CB2276;
}
</style>
background-color css
<style>
a { background-color: #CB2276; }
a { background-color: rgb(203,34,118); }
div.DivClassName
{
background-color: #CB2276;
}
.BgClassName
{
background-color: #CB2276;
}
</style>
border-color css
<style>
span { border-color: #CB2276; }
span { border-color: rgb(203,34,118); }
td.TdClassName
{
border-color: #CB2276;
}
.TagClassName
{
border-color: #CB2276;
}
</style>