Shades of Medium Violet Red #CB2497
Tints of Medium Violet Red #CB2497
RGB
CMYK
RGB Variations
Color information
#CB2497 (or 0xCB2497) is known color: Medium Violet Red. HEX triplet: CB, 24 and 97. RGB value is (203,36,151). Sum of RGB (Red+Green+Blue) = 203+36+151=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2497 is #34DB68. Grayscale: #626262. Windows color (decimal): -3464041 or 9905355. OLE color: 9905355.
HSL color Cylindrical-coordinate representation of color #CB2497: hue angle of 318.68º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2497 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 151 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.20 |
| HSL | 318.68º | 0.7% | 0.47% | - |
| HSV(B) | 318.68º | 0.82% | 0.8% | - |
| XYZ | 30.85 | 16.19 | 30.78 | - |
| YUV | 99.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 151 | 0 | 0.82 | 0.26 | 0.20 | 318.68 | 0.7 | 0.47 |
| Hex | CB | 24 | 97 | 0 | 52 | 1A | 14 | 13F | 46 | 2F |
| Octal | 313 | 44 | 227 | 0 | 122 | 32 | 24 | 477 | 106 | 57 |
| Binary | 11001011 | 100100 | 10010111 | 0 | 1010010 | 11010 | 10100 | 100111111 | 1000110 | 101111 |
Color Harmonies of #CB2497
Complementary color
Monochromatic Colors of #CB2497
Black with #CB2497
Text Example
Text Example
White with #CB2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2497; }
p { color: rgb(203,36,151); }
H1.HeaderClassName
{
color: #CB2497;
}
.AnyTagClassName
{
color: #CB2497;
}
</style>
background-color css
<style>
a { background-color: #CB2497; }
a { background-color: rgb(203,36,151); }
div.DivClassName
{
background-color: #CB2497;
}
.BgClassName
{
background-color: #CB2497;
}
</style>
border-color css
<style>
span { border-color: #CB2497; }
span { border-color: rgb(203,36,151); }
td.TdClassName
{
border-color: #CB2497;
}
.TagClassName
{
border-color: #CB2497;
}
</style>