Shades of Medium Violet Red #CB0485
Tints of Medium Violet Red #CB0485
RGB
CMYK
RGB Variations
Color information
#CB0485 (or 0xCB0485) is known color: Medium Violet Red. HEX triplet: CB, 04 and 85. RGB value is (203,4,133). Sum of RGB (Red+Green+Blue) = 203+4+133=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0485 is #34FB7A. Grayscale: #4D4D4D. Windows color (decimal): -3472251 or 8717515. OLE color: 8717515.
HSL color Cylindrical-coordinate representation of color #CB0485: hue angle of 321.11º degrees, saturation: 0.96, 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 #CB0485 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.20 |
| HSL | 321.11º | 0.96% | 0.41% | - |
| HSV(B) | 321.11º | 0.98% | 0.8% | - |
| XYZ | 28.91 | 14.48 | 23.46 | - |
| YUV | 78.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 133 | 0 | 0.98 | 0.34 | 0.20 | 321.11 | 0.96 | 0.41 |
| Hex | CB | 4 | 85 | 0 | 62 | 22 | 14 | 141 | 60 | 29 |
| Octal | 313 | 4 | 205 | 0 | 142 | 42 | 24 | 501 | 140 | 51 |
| Binary | 11001011 | 100 | 10000101 | 0 | 1100010 | 100010 | 10100 | 101000001 | 1100000 | 101001 |
Color Harmonies of #CB0485
Complementary color
Monochromatic Colors of #CB0485
Black with #CB0485
Text Example
Text Example
White with #CB0485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0485; }
p { color: rgb(203,4,133); }
H1.HeaderClassName
{
color: #CB0485;
}
.AnyTagClassName
{
color: #CB0485;
}
</style>
background-color css
<style>
a { background-color: #CB0485; }
a { background-color: rgb(203,4,133); }
div.DivClassName
{
background-color: #CB0485;
}
.BgClassName
{
background-color: #CB0485;
}
</style>
border-color css
<style>
span { border-color: #CB0485; }
span { border-color: rgb(203,4,133); }
td.TdClassName
{
border-color: #CB0485;
}
.TagClassName
{
border-color: #CB0485;
}
</style>