Shades of Medium Violet Red #CB2094
Tints of Medium Violet Red #CB2094
RGB
CMYK
RGB Variations
Color information
#CB2094 (or 0xCB2094) is known color: Medium Violet Red. HEX triplet: CB, 20 and 94. RGB value is (203,32,148). Sum of RGB (Red+Green+Blue) = 203+32+148=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2094 is #34DF6B. Grayscale: #606060. Windows color (decimal): -3465068 or 9707723. OLE color: 9707723.
HSL color Cylindrical-coordinate representation of color #CB2094: hue angle of 319.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2094 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 148 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.20 |
| HSL | 319.3º | 0.73% | 0.46% | - |
| HSV(B) | 319.3º | 0.84% | 0.8% | - |
| XYZ | 30.49 | 15.87 | 29.47 | - |
| YUV | 96.35 | 157.15 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 148 | 0 | 0.84 | 0.27 | 0.20 | 319.3 | 0.73 | 0.46 |
| Hex | CB | 20 | 94 | 0 | 54 | 1B | 14 | 13F | 49 | 2E |
| Octal | 313 | 40 | 224 | 0 | 124 | 33 | 24 | 477 | 111 | 56 |
| Binary | 11001011 | 100000 | 10010100 | 0 | 1010100 | 11011 | 10100 | 100111111 | 1001001 | 101110 |
Color Harmonies of #CB2094
Complementary color
Monochromatic Colors of #CB2094
Black with #CB2094
Text Example
Text Example
White with #CB2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2094; }
p { color: rgb(203,32,148); }
H1.HeaderClassName
{
color: #CB2094;
}
.AnyTagClassName
{
color: #CB2094;
}
</style>
background-color css
<style>
a { background-color: #CB2094; }
a { background-color: rgb(203,32,148); }
div.DivClassName
{
background-color: #CB2094;
}
.BgClassName
{
background-color: #CB2094;
}
</style>
border-color css
<style>
span { border-color: #CB2094; }
span { border-color: rgb(203,32,148); }
td.TdClassName
{
border-color: #CB2094;
}
.TagClassName
{
border-color: #CB2094;
}
</style>