Shades of Medium Violet Red #CB008F
Tints of Medium Violet Red #CB008F
RGB
CMYK
RGB Variations
Color information
#CB008F (or 0xCB008F) is known color: Medium Violet Red. HEX triplet: CB, 00 and 8F. RGB value is (203,0,143). Sum of RGB (Red+Green+Blue) = 203+0+143=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB008F is #34FF70. Grayscale: #4C4C4C. Windows color (decimal): -3473265 or 9371851. OLE color: 9371851.
HSL color Cylindrical-coordinate representation of color #CB008F: hue angle of 317.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB008F is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.30 | 0.20 |
| HSL | 317.73º | 1% | 0.4% | - |
| HSV(B) | 317.73º | 1% | 0.8% | - |
| XYZ | 29.59 | 14.68 | 27.26 | - |
| YUV | 77 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 143 | 0 | 1 | 0.30 | 0.20 | 317.73 | 1 | 0.4 |
| Hex | CB | 0 | 8F | 0 | 64 | 1E | 14 | 13E | 64 | 28 |
| Octal | 313 | 0 | 217 | 0 | 144 | 36 | 24 | 476 | 144 | 50 |
| Binary | 11001011 | 0 | 10001111 | 0 | 1100100 | 11110 | 10100 | 100111110 | 1100100 | 101000 |
Color Harmonies of #CB008F
Complementary color
Monochromatic Colors of #CB008F
Black with #CB008F
Text Example
Text Example
White with #CB008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB008F; }
p { color: rgb(203,0,143); }
H1.HeaderClassName
{
color: #CB008F;
}
.AnyTagClassName
{
color: #CB008F;
}
</style>
background-color css
<style>
a { background-color: #CB008F; }
a { background-color: rgb(203,0,143); }
div.DivClassName
{
background-color: #CB008F;
}
.BgClassName
{
background-color: #CB008F;
}
</style>
border-color css
<style>
span { border-color: #CB008F; }
span { border-color: rgb(203,0,143); }
td.TdClassName
{
border-color: #CB008F;
}
.TagClassName
{
border-color: #CB008F;
}
</style>