Shades of Medium Violet Red #CB0898
Tints of Medium Violet Red #CB0898
RGB
CMYK
RGB Variations
Color information
#CB0898 (or 0xCB0898) is known color: Medium Violet Red. HEX triplet: CB, 08 and 98. RGB value is (203,8,152). Sum of RGB (Red+Green+Blue) = 203+8+152=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0898 is #34F767. Grayscale: #525252. Windows color (decimal): -3471208 or 9963723. OLE color: 9963723.
HSL color Cylindrical-coordinate representation of color #CB0898: hue angle of 315.69º 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 #CB0898 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.20 |
| HSL | 315.69º | 0.92% | 0.41% | - |
| HSV(B) | 315.69º | 0.96% | 0.8% | - |
| XYZ | 30.38 | 15.14 | 31.03 | - |
| YUV | 82.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 152 | 0 | 0.96 | 0.25 | 0.20 | 315.69 | 0.92 | 0.41 |
| Hex | CB | 8 | 98 | 0 | 60 | 19 | 14 | 13C | 5C | 29 |
| Octal | 313 | 10 | 230 | 0 | 140 | 31 | 24 | 474 | 134 | 51 |
| Binary | 11001011 | 1000 | 10011000 | 0 | 1100000 | 11001 | 10100 | 100111100 | 1011100 | 101001 |
Color Harmonies of #CB0898
Complementary color
Monochromatic Colors of #CB0898
Black with #CB0898
Text Example
Text Example
White with #CB0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0898; }
p { color: rgb(203,8,152); }
H1.HeaderClassName
{
color: #CB0898;
}
.AnyTagClassName
{
color: #CB0898;
}
</style>
background-color css
<style>
a { background-color: #CB0898; }
a { background-color: rgb(203,8,152); }
div.DivClassName
{
background-color: #CB0898;
}
.BgClassName
{
background-color: #CB0898;
}
</style>
border-color css
<style>
span { border-color: #CB0898; }
span { border-color: rgb(203,8,152); }
td.TdClassName
{
border-color: #CB0898;
}
.TagClassName
{
border-color: #CB0898;
}
</style>