Shades of Medium Violet Red #CB2897
Tints of Medium Violet Red #CB2897
RGB
CMYK
RGB Variations
Color information
#CB2897 (or 0xCB2897) is known color: Medium Violet Red. HEX triplet: CB, 28 and 97. RGB value is (203,40,151). Sum of RGB (Red+Green+Blue) = 203+40+151=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2897 is #34D768. Grayscale: #656565. Windows color (decimal): -3463017 or 9906379. OLE color: 9906379.
HSL color Cylindrical-coordinate representation of color #CB2897: hue angle of 319.14º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2897 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 151 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.20 |
| HSL | 319.14º | 0.67% | 0.48% | - |
| HSV(B) | 319.14º | 0.8% | 0.8% | - |
| XYZ | 30.97 | 16.45 | 30.82 | - |
| YUV | 101.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 151 | 0 | 0.80 | 0.26 | 0.20 | 319.14 | 0.67 | 0.48 |
| Hex | CB | 28 | 97 | 0 | 50 | 1A | 14 | 13F | 43 | 30 |
| Octal | 313 | 50 | 227 | 0 | 120 | 32 | 24 | 477 | 103 | 60 |
| Binary | 11001011 | 101000 | 10010111 | 0 | 1010000 | 11010 | 10100 | 100111111 | 1000011 | 110000 |
Color Harmonies of #CB2897
Complementary color
Monochromatic Colors of #CB2897
Black with #CB2897
Text Example
Text Example
White with #CB2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2897; }
p { color: rgb(203,40,151); }
H1.HeaderClassName
{
color: #CB2897;
}
.AnyTagClassName
{
color: #CB2897;
}
</style>
background-color css
<style>
a { background-color: #CB2897; }
a { background-color: rgb(203,40,151); }
div.DivClassName
{
background-color: #CB2897;
}
.BgClassName
{
background-color: #CB2897;
}
</style>
border-color css
<style>
span { border-color: #CB2897; }
span { border-color: rgb(203,40,151); }
td.TdClassName
{
border-color: #CB2897;
}
.TagClassName
{
border-color: #CB2897;
}
</style>