Shades of Medium Violet Red #CB1280
Tints of Medium Violet Red #CB1280
RGB
CMYK
RGB Variations
Color information
#CB1280 (or 0xCB1280) is known color: Medium Violet Red. HEX triplet: CB, 12 and 80. RGB value is (203,18,128). Sum of RGB (Red+Green+Blue) = 203+18+128=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1280 is #34ED7F. Grayscale: #555555. Windows color (decimal): -3468672 or 8393419. OLE color: 8393419.
HSL color Cylindrical-coordinate representation of color #CB1280: hue angle of 324.32º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1280 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.20 |
| HSL | 324.32º | 0.84% | 0.43% | - |
| HSV(B) | 324.32º | 0.91% | 0.8% | - |
| XYZ | 28.74 | 14.69 | 21.74 | - |
| YUV | 85.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 128 | 0 | 0.91 | 0.37 | 0.20 | 324.32 | 0.84 | 0.43 |
| Hex | CB | 12 | 80 | 0 | 5B | 25 | 14 | 144 | 54 | 2B |
| Octal | 313 | 22 | 200 | 0 | 133 | 45 | 24 | 504 | 124 | 53 |
| Binary | 11001011 | 10010 | 10000000 | 0 | 1011011 | 100101 | 10100 | 101000100 | 1010100 | 101011 |
Color Harmonies of #CB1280
Complementary color
Monochromatic Colors of #CB1280
Black with #CB1280
Text Example
Text Example
White with #CB1280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1280; }
p { color: rgb(203,18,128); }
H1.HeaderClassName
{
color: #CB1280;
}
.AnyTagClassName
{
color: #CB1280;
}
</style>
background-color css
<style>
a { background-color: #CB1280; }
a { background-color: rgb(203,18,128); }
div.DivClassName
{
background-color: #CB1280;
}
.BgClassName
{
background-color: #CB1280;
}
</style>
border-color css
<style>
span { border-color: #CB1280; }
span { border-color: rgb(203,18,128); }
td.TdClassName
{
border-color: #CB1280;
}
.TagClassName
{
border-color: #CB1280;
}
</style>