Shades of Medium Violet Red #CB0084
Tints of Medium Violet Red #CB0084
RGB
CMYK
RGB Variations
Color information
#CB0084 (or 0xCB0084) is known color: Medium Violet Red. HEX triplet: CB, 00 and 84. RGB value is (203,0,132). Sum of RGB (Red+Green+Blue) = 203+0+132=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0084 is #34FF7B. Grayscale: #4B4B4B. Windows color (decimal): -3473276 or 8650955. OLE color: 8650955.
HSL color Cylindrical-coordinate representation of color #CB0084: hue angle of 320.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0084 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.35 | 0.20 |
| HSL | 320.99º | 1% | 0.4% | - |
| HSV(B) | 320.99º | 1% | 0.8% | - |
| XYZ | 28.79 | 14.36 | 23.08 | - |
| YUV | 75.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 132 | 0 | 1 | 0.35 | 0.20 | 320.99 | 1 | 0.4 |
| Hex | CB | 0 | 84 | 0 | 64 | 23 | 14 | 141 | 64 | 28 |
| Octal | 313 | 0 | 204 | 0 | 144 | 43 | 24 | 501 | 144 | 50 |
| Binary | 11001011 | 0 | 10000100 | 0 | 1100100 | 100011 | 10100 | 101000001 | 1100100 | 101000 |
Color Harmonies of #CB0084
Complementary color
Monochromatic Colors of #CB0084
Black with #CB0084
Text Example
Text Example
White with #CB0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0084; }
p { color: rgb(203,0,132); }
H1.HeaderClassName
{
color: #CB0084;
}
.AnyTagClassName
{
color: #CB0084;
}
</style>
background-color css
<style>
a { background-color: #CB0084; }
a { background-color: rgb(203,0,132); }
div.DivClassName
{
background-color: #CB0084;
}
.BgClassName
{
background-color: #CB0084;
}
</style>
border-color css
<style>
span { border-color: #CB0084; }
span { border-color: rgb(203,0,132); }
td.TdClassName
{
border-color: #CB0084;
}
.TagClassName
{
border-color: #CB0084;
}
</style>