Shades of Medium Violet Red #CB0582
Tints of Medium Violet Red #CB0582
RGB
CMYK
RGB Variations
Color information
#CB0582 (or 0xCB0582) is known color: Medium Violet Red. HEX triplet: CB, 05 and 82. RGB value is (203,5,130). Sum of RGB (Red+Green+Blue) = 203+5+130=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0582 is #34FA7D. Grayscale: #4E4E4E. Windows color (decimal): -3471998 or 8521163. OLE color: 8521163.
HSL color Cylindrical-coordinate representation of color #CB0582: hue angle of 322.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0582 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.20 |
| HSL | 322.12º | 0.95% | 0.41% | - |
| HSV(B) | 322.12º | 0.98% | 0.8% | - |
| XYZ | 28.71 | 14.42 | 22.39 | - |
| YUV | 78.45 | 157.1 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 130 | 0 | 0.98 | 0.36 | 0.20 | 322.12 | 0.95 | 0.41 |
| Hex | CB | 5 | 82 | 0 | 62 | 24 | 14 | 142 | 5F | 29 |
| Octal | 313 | 5 | 202 | 0 | 142 | 44 | 24 | 502 | 137 | 51 |
| Binary | 11001011 | 101 | 10000010 | 0 | 1100010 | 100100 | 10100 | 101000010 | 1011111 | 101001 |
Color Harmonies of #CB0582
Complementary color
Monochromatic Colors of #CB0582
Black with #CB0582
Text Example
Text Example
White with #CB0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0582; }
p { color: rgb(203,5,130); }
H1.HeaderClassName
{
color: #CB0582;
}
.AnyTagClassName
{
color: #CB0582;
}
</style>
background-color css
<style>
a { background-color: #CB0582; }
a { background-color: rgb(203,5,130); }
div.DivClassName
{
background-color: #CB0582;
}
.BgClassName
{
background-color: #CB0582;
}
</style>
border-color css
<style>
span { border-color: #CB0582; }
span { border-color: rgb(203,5,130); }
td.TdClassName
{
border-color: #CB0582;
}
.TagClassName
{
border-color: #CB0582;
}
</style>