Shades of Medium Violet Red #CB0985
Tints of Medium Violet Red #CB0985
RGB
CMYK
RGB Variations
Color information
#CB0985 (or 0xCB0985) is known color: Medium Violet Red. HEX triplet: CB, 09 and 85. RGB value is (203,9,133). Sum of RGB (Red+Green+Blue) = 203+9+133=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0985 is #34F67A. Grayscale: #505050. Windows color (decimal): -3470971 or 8718795. OLE color: 8718795.
HSL color Cylindrical-coordinate representation of color #CB0985: hue angle of 321.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0985 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.20 |
| HSL | 321.65º | 0.92% | 0.42% | - |
| HSV(B) | 321.65º | 0.96% | 0.8% | - |
| XYZ | 28.96 | 14.59 | 23.48 | - |
| YUV | 81.14 | 157.27 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 133 | 0 | 0.96 | 0.34 | 0.20 | 321.65 | 0.92 | 0.42 |
| Hex | CB | 9 | 85 | 0 | 60 | 22 | 14 | 142 | 5C | 2A |
| Octal | 313 | 11 | 205 | 0 | 140 | 42 | 24 | 502 | 134 | 52 |
| Binary | 11001011 | 1001 | 10000101 | 0 | 1100000 | 100010 | 10100 | 101000010 | 1011100 | 101010 |
Color Harmonies of #CB0985
Complementary color
Monochromatic Colors of #CB0985
Black with #CB0985
Text Example
Text Example
White with #CB0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0985; }
p { color: rgb(203,9,133); }
H1.HeaderClassName
{
color: #CB0985;
}
.AnyTagClassName
{
color: #CB0985;
}
</style>
background-color css
<style>
a { background-color: #CB0985; }
a { background-color: rgb(203,9,133); }
div.DivClassName
{
background-color: #CB0985;
}
.BgClassName
{
background-color: #CB0985;
}
</style>
border-color css
<style>
span { border-color: #CB0985; }
span { border-color: rgb(203,9,133); }
td.TdClassName
{
border-color: #CB0985;
}
.TagClassName
{
border-color: #CB0985;
}
</style>