Shades of Medium Violet Red #CB0294
Tints of Medium Violet Red #CB0294
RGB
CMYK
RGB Variations
Color information
#CB0294 (or 0xCB0294) is known color: Medium Violet Red. HEX triplet: CB, 02 and 94. RGB value is (203,2,148). Sum of RGB (Red+Green+Blue) = 203+2+148=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0294 is #34FD6B. Grayscale: #4E4E4E. Windows color (decimal): -3472748 or 9700043. OLE color: 9700043.
HSL color Cylindrical-coordinate representation of color #CB0294: hue angle of 316.42º 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 #CB0294 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.20 |
| HSL | 316.42º | 0.98% | 0.4% | - |
| HSV(B) | 316.42º | 0.99% | 0.8% | - |
| XYZ | 30 | 14.88 | 29.31 | - |
| YUV | 78.74 | 167.09 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 148 | 0 | 0.99 | 0.27 | 0.20 | 316.42 | 0.98 | 0.4 |
| Hex | CB | 2 | 94 | 0 | 63 | 1B | 14 | 13C | 62 | 28 |
| Octal | 313 | 2 | 224 | 0 | 143 | 33 | 24 | 474 | 142 | 50 |
| Binary | 11001011 | 10 | 10010100 | 0 | 1100011 | 11011 | 10100 | 100111100 | 1100010 | 101000 |
Color Harmonies of #CB0294
Complementary color
Monochromatic Colors of #CB0294
Black with #CB0294
Text Example
Text Example
White with #CB0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0294; }
p { color: rgb(203,2,148); }
H1.HeaderClassName
{
color: #CB0294;
}
.AnyTagClassName
{
color: #CB0294;
}
</style>
background-color css
<style>
a { background-color: #CB0294; }
a { background-color: rgb(203,2,148); }
div.DivClassName
{
background-color: #CB0294;
}
.BgClassName
{
background-color: #CB0294;
}
</style>
border-color css
<style>
span { border-color: #CB0294; }
span { border-color: rgb(203,2,148); }
td.TdClassName
{
border-color: #CB0294;
}
.TagClassName
{
border-color: #CB0294;
}
</style>