Shades of Medium Violet Red #CB1784
Tints of Medium Violet Red #CB1784
RGB
CMYK
RGB Variations
Color information
#CB1784 (or 0xCB1784) is known color: Medium Violet Red. HEX triplet: CB, 17 and 84. RGB value is (203,23,132). Sum of RGB (Red+Green+Blue) = 203+23+132=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1784 is #34E87B. Grayscale: #585858. Windows color (decimal): -3467388 or 8656843. OLE color: 8656843.
HSL color Cylindrical-coordinate representation of color #CB1784: hue angle of 323.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1784 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 132 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.20 |
| HSL | 323.67º | 0.8% | 0.44% | - |
| HSV(B) | 323.67º | 0.89% | 0.8% | - |
| XYZ | 29.1 | 14.98 | 23.19 | - |
| YUV | 89.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 132 | 0 | 0.89 | 0.35 | 0.20 | 323.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 84 | 0 | 59 | 23 | 14 | 144 | 50 | 2C |
| Octal | 313 | 27 | 204 | 0 | 131 | 43 | 24 | 504 | 120 | 54 |
| Binary | 11001011 | 10111 | 10000100 | 0 | 1011001 | 100011 | 10100 | 101000100 | 1010000 | 101100 |
Color Harmonies of #CB1784
Complementary color
Monochromatic Colors of #CB1784
Black with #CB1784
Text Example
Text Example
White with #CB1784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1784; }
p { color: rgb(203,23,132); }
H1.HeaderClassName
{
color: #CB1784;
}
.AnyTagClassName
{
color: #CB1784;
}
</style>
background-color css
<style>
a { background-color: #CB1784; }
a { background-color: rgb(203,23,132); }
div.DivClassName
{
background-color: #CB1784;
}
.BgClassName
{
background-color: #CB1784;
}
</style>
border-color css
<style>
span { border-color: #CB1784; }
span { border-color: rgb(203,23,132); }
td.TdClassName
{
border-color: #CB1784;
}
.TagClassName
{
border-color: #CB1784;
}
</style>