Shades of Medium Violet Red #CB0284
Tints of Medium Violet Red #CB0284
RGB
CMYK
RGB Variations
Color information
#CB0284 (or 0xCB0284) is known color: Medium Violet Red. HEX triplet: CB, 02 and 84. RGB value is (203,2,132). Sum of RGB (Red+Green+Blue) = 203+2+132=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0284 is #34FD7B. Grayscale: #4C4C4C. Windows color (decimal): -3472764 or 8651467. OLE color: 8651467.
HSL color Cylindrical-coordinate representation of color #CB0284: hue angle of 321.19º 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 #CB0284 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.20 |
| HSL | 321.19º | 0.98% | 0.4% | - |
| HSV(B) | 321.19º | 0.99% | 0.8% | - |
| XYZ | 28.82 | 14.41 | 23.09 | - |
| YUV | 76.92 | 159.09 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 132 | 0 | 0.99 | 0.35 | 0.20 | 321.19 | 0.98 | 0.4 |
| Hex | CB | 2 | 84 | 0 | 63 | 23 | 14 | 141 | 62 | 28 |
| Octal | 313 | 2 | 204 | 0 | 143 | 43 | 24 | 501 | 142 | 50 |
| Binary | 11001011 | 10 | 10000100 | 0 | 1100011 | 100011 | 10100 | 101000001 | 1100010 | 101000 |
Color Harmonies of #CB0284
Complementary color
Monochromatic Colors of #CB0284
Black with #CB0284
Text Example
Text Example
White with #CB0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0284; }
p { color: rgb(203,2,132); }
H1.HeaderClassName
{
color: #CB0284;
}
.AnyTagClassName
{
color: #CB0284;
}
</style>
background-color css
<style>
a { background-color: #CB0284; }
a { background-color: rgb(203,2,132); }
div.DivClassName
{
background-color: #CB0284;
}
.BgClassName
{
background-color: #CB0284;
}
</style>
border-color css
<style>
span { border-color: #CB0284; }
span { border-color: rgb(203,2,132); }
td.TdClassName
{
border-color: #CB0284;
}
.TagClassName
{
border-color: #CB0284;
}
</style>