Shades of Medium Violet Red #CB1482
Tints of Medium Violet Red #CB1482
RGB
CMYK
RGB Variations
Color information
#CB1482 (or 0xCB1482) is known color: Medium Violet Red. HEX triplet: CB, 14 and 82. RGB value is (203,20,130). Sum of RGB (Red+Green+Blue) = 203+20+130=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1482 is #34EB7D. Grayscale: #575757. Windows color (decimal): -3468158 or 8525003. OLE color: 8525003.
HSL color Cylindrical-coordinate representation of color #CB1482: hue angle of 323.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1482 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 130 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.20 |
| HSL | 323.93º | 0.82% | 0.44% | - |
| HSV(B) | 323.93º | 0.9% | 0.8% | - |
| XYZ | 28.91 | 14.81 | 22.45 | - |
| YUV | 87.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 130 | 0 | 0.90 | 0.36 | 0.20 | 323.93 | 0.82 | 0.44 |
| Hex | CB | 14 | 82 | 0 | 5A | 24 | 14 | 144 | 52 | 2C |
| Octal | 313 | 24 | 202 | 0 | 132 | 44 | 24 | 504 | 122 | 54 |
| Binary | 11001011 | 10100 | 10000010 | 0 | 1011010 | 100100 | 10100 | 101000100 | 1010010 | 101100 |
Color Harmonies of #CB1482
Complementary color
Monochromatic Colors of #CB1482
Black with #CB1482
Text Example
Text Example
White with #CB1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1482; }
p { color: rgb(203,20,130); }
H1.HeaderClassName
{
color: #CB1482;
}
.AnyTagClassName
{
color: #CB1482;
}
</style>
background-color css
<style>
a { background-color: #CB1482; }
a { background-color: rgb(203,20,130); }
div.DivClassName
{
background-color: #CB1482;
}
.BgClassName
{
background-color: #CB1482;
}
</style>
border-color css
<style>
span { border-color: #CB1482; }
span { border-color: rgb(203,20,130); }
td.TdClassName
{
border-color: #CB1482;
}
.TagClassName
{
border-color: #CB1482;
}
</style>