Shades of Medium Violet Red #CB0387
Tints of Medium Violet Red #CB0387
RGB
CMYK
RGB Variations
Color information
#CB0387 (or 0xCB0387) is known color: Medium Violet Red. HEX triplet: CB, 03 and 87. RGB value is (203,3,135). Sum of RGB (Red+Green+Blue) = 203+3+135=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0387 is #34FC78. Grayscale: #4D4D4D. Windows color (decimal): -3472505 or 8848331. OLE color: 8848331.
HSL color Cylindrical-coordinate representation of color #CB0387: hue angle of 320.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0387 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.20 |
| HSL | 320.4º | 0.97% | 0.4% | - |
| HSV(B) | 320.4º | 0.99% | 0.8% | - |
| XYZ | 29.03 | 14.51 | 24.19 | - |
| YUV | 77.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 135 | 0 | 0.99 | 0.33 | 0.20 | 320.4 | 0.97 | 0.4 |
| Hex | CB | 3 | 87 | 0 | 63 | 21 | 14 | 140 | 61 | 28 |
| Octal | 313 | 3 | 207 | 0 | 143 | 41 | 24 | 500 | 141 | 50 |
| Binary | 11001011 | 11 | 10000111 | 0 | 1100011 | 100001 | 10100 | 101000000 | 1100001 | 101000 |
Color Harmonies of #CB0387
Complementary color
Monochromatic Colors of #CB0387
Black with #CB0387
Text Example
Text Example
White with #CB0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0387; }
p { color: rgb(203,3,135); }
H1.HeaderClassName
{
color: #CB0387;
}
.AnyTagClassName
{
color: #CB0387;
}
</style>
background-color css
<style>
a { background-color: #CB0387; }
a { background-color: rgb(203,3,135); }
div.DivClassName
{
background-color: #CB0387;
}
.BgClassName
{
background-color: #CB0387;
}
</style>
border-color css
<style>
span { border-color: #CB0387; }
span { border-color: rgb(203,3,135); }
td.TdClassName
{
border-color: #CB0387;
}
.TagClassName
{
border-color: #CB0387;
}
</style>