Shades of Medium Violet Red #CB0783
Tints of Medium Violet Red #CB0783
RGB
CMYK
RGB Variations
Color information
#CB0783 (or 0xCB0783) is known color: Medium Violet Red. HEX triplet: CB, 07 and 83. RGB value is (203,7,131). Sum of RGB (Red+Green+Blue) = 203+7+131=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0783 is #34F87C. Grayscale: #4F4F4F. Windows color (decimal): -3471485 or 8587211. OLE color: 8587211.
HSL color Cylindrical-coordinate representation of color #CB0783: hue angle of 322.04º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0783 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 131 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.20 |
| HSL | 322.04º | 0.93% | 0.41% | - |
| HSV(B) | 322.04º | 0.97% | 0.8% | - |
| XYZ | 28.8 | 14.49 | 22.75 | - |
| YUV | 79.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 131 | 0 | 0.97 | 0.35 | 0.20 | 322.04 | 0.93 | 0.41 |
| Hex | CB | 7 | 83 | 0 | 61 | 23 | 14 | 142 | 5D | 29 |
| Octal | 313 | 7 | 203 | 0 | 141 | 43 | 24 | 502 | 135 | 51 |
| Binary | 11001011 | 111 | 10000011 | 0 | 1100001 | 100011 | 10100 | 101000010 | 1011101 | 101001 |
Color Harmonies of #CB0783
Complementary color
Monochromatic Colors of #CB0783
Black with #CB0783
Text Example
Text Example
White with #CB0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0783; }
p { color: rgb(203,7,131); }
H1.HeaderClassName
{
color: #CB0783;
}
.AnyTagClassName
{
color: #CB0783;
}
</style>
background-color css
<style>
a { background-color: #CB0783; }
a { background-color: rgb(203,7,131); }
div.DivClassName
{
background-color: #CB0783;
}
.BgClassName
{
background-color: #CB0783;
}
</style>
border-color css
<style>
span { border-color: #CB0783; }
span { border-color: rgb(203,7,131); }
td.TdClassName
{
border-color: #CB0783;
}
.TagClassName
{
border-color: #CB0783;
}
</style>