Shades of Medium Violet Red #CB0298
Tints of Medium Violet Red #CB0298
RGB
CMYK
RGB Variations
Color information
#CB0298 (or 0xCB0298) is known color: Medium Violet Red. HEX triplet: CB, 02 and 98. RGB value is (203,2,152). Sum of RGB (Red+Green+Blue) = 203+2+152=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0298 is #34FD67. Grayscale: #4E4E4E. Windows color (decimal): -3472744 or 9962187. OLE color: 9962187.
HSL color Cylindrical-coordinate representation of color #CB0298: hue angle of 315.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0298 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.20 |
| HSL | 315.22º | 0.98% | 0.4% | - |
| HSV(B) | 315.22º | 0.99% | 0.8% | - |
| XYZ | 30.32 | 15.01 | 31 | - |
| YUV | 79.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 152 | 0 | 0.99 | 0.25 | 0.20 | 315.22 | 0.98 | 0.4 |
| Hex | CB | 2 | 98 | 0 | 63 | 19 | 14 | 13B | 62 | 28 |
| Octal | 313 | 2 | 230 | 0 | 143 | 31 | 24 | 473 | 142 | 50 |
| Binary | 11001011 | 10 | 10011000 | 0 | 1100011 | 11001 | 10100 | 100111011 | 1100010 | 101000 |
Color Harmonies of #CB0298
Complementary color
Monochromatic Colors of #CB0298
Black with #CB0298
Text Example
Text Example
White with #CB0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0298; }
p { color: rgb(203,2,152); }
H1.HeaderClassName
{
color: #CB0298;
}
.AnyTagClassName
{
color: #CB0298;
}
</style>
background-color css
<style>
a { background-color: #CB0298; }
a { background-color: rgb(203,2,152); }
div.DivClassName
{
background-color: #CB0298;
}
.BgClassName
{
background-color: #CB0298;
}
</style>
border-color css
<style>
span { border-color: #CB0298; }
span { border-color: rgb(203,2,152); }
td.TdClassName
{
border-color: #CB0298;
}
.TagClassName
{
border-color: #CB0298;
}
</style>