Shades of Medium Violet Red #CB0897
Tints of Medium Violet Red #CB0897
RGB
CMYK
RGB Variations
Color information
#CB0897 (or 0xCB0897) is known color: Medium Violet Red. HEX triplet: CB, 08 and 97. RGB value is (203,8,151). Sum of RGB (Red+Green+Blue) = 203+8+151=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0897 is #34F768. Grayscale: #525252. Windows color (decimal): -3471209 or 9898187. OLE color: 9898187.
HSL color Cylindrical-coordinate representation of color #CB0897: hue angle of 316º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0897 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.20 |
| HSL | 316º | 0.92% | 0.41% | - |
| HSV(B) | 316º | 0.96% | 0.8% | - |
| XYZ | 30.3 | 15.1 | 30.6 | - |
| YUV | 82.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 151 | 0 | 0.96 | 0.26 | 0.20 | 316 | 0.92 | 0.41 |
| Hex | CB | 8 | 97 | 0 | 60 | 1A | 14 | 13C | 5C | 29 |
| Octal | 313 | 10 | 227 | 0 | 140 | 32 | 24 | 474 | 134 | 51 |
| Binary | 11001011 | 1000 | 10010111 | 0 | 1100000 | 11010 | 10100 | 100111100 | 1011100 | 101001 |
Color Harmonies of #CB0897
Complementary color
Monochromatic Colors of #CB0897
Black with #CB0897
Text Example
Text Example
White with #CB0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0897; }
p { color: rgb(203,8,151); }
H1.HeaderClassName
{
color: #CB0897;
}
.AnyTagClassName
{
color: #CB0897;
}
</style>
background-color css
<style>
a { background-color: #CB0897; }
a { background-color: rgb(203,8,151); }
div.DivClassName
{
background-color: #CB0897;
}
.BgClassName
{
background-color: #CB0897;
}
</style>
border-color css
<style>
span { border-color: #CB0897; }
span { border-color: rgb(203,8,151); }
td.TdClassName
{
border-color: #CB0897;
}
.TagClassName
{
border-color: #CB0897;
}
</style>