Shades of Medium Violet Red #CB1782
Tints of Medium Violet Red #CB1782
RGB
CMYK
RGB Variations
Color information
#CB1782 (or 0xCB1782) is known color: Medium Violet Red. HEX triplet: CB, 17 and 82. RGB value is (203,23,130). Sum of RGB (Red+Green+Blue) = 203+23+130=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1782 is #34E87D. Grayscale: #585858. Windows color (decimal): -3467390 or 8525771. OLE color: 8525771.
HSL color Cylindrical-coordinate representation of color #CB1782: hue angle of 324.33º 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 #CB1782 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 130 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.20 |
| HSL | 324.33º | 0.8% | 0.44% | - |
| HSV(B) | 324.33º | 0.89% | 0.8% | - |
| XYZ | 28.96 | 14.92 | 22.47 | - |
| YUV | 89.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 130 | 0 | 0.89 | 0.36 | 0.20 | 324.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 82 | 0 | 59 | 24 | 14 | 144 | 50 | 2C |
| Octal | 313 | 27 | 202 | 0 | 131 | 44 | 24 | 504 | 120 | 54 |
| Binary | 11001011 | 10111 | 10000010 | 0 | 1011001 | 100100 | 10100 | 101000100 | 1010000 | 101100 |
Color Harmonies of #CB1782
Complementary color
Monochromatic Colors of #CB1782
Black with #CB1782
Text Example
Text Example
White with #CB1782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1782; }
p { color: rgb(203,23,130); }
H1.HeaderClassName
{
color: #CB1782;
}
.AnyTagClassName
{
color: #CB1782;
}
</style>
background-color css
<style>
a { background-color: #CB1782; }
a { background-color: rgb(203,23,130); }
div.DivClassName
{
background-color: #CB1782;
}
.BgClassName
{
background-color: #CB1782;
}
</style>
border-color css
<style>
span { border-color: #CB1782; }
span { border-color: rgb(203,23,130); }
td.TdClassName
{
border-color: #CB1782;
}
.TagClassName
{
border-color: #CB1782;
}
</style>