Shades of Medium Violet Red #CB018D
Tints of Medium Violet Red #CB018D
RGB
CMYK
RGB Variations
Color information
#CB018D (or 0xCB018D) is known color: Medium Violet Red. HEX triplet: CB, 01 and 8D. RGB value is (203,1,141). Sum of RGB (Red+Green+Blue) = 203+1+141=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB018D is #34FE72. Grayscale: #4D4D4D. Windows color (decimal): -3473011 or 9241035. OLE color: 9241035.
HSL color Cylindrical-coordinate representation of color #CB018D: hue angle of 318.42º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB018D is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.20 |
| HSL | 318.42º | 0.99% | 0.4% | - |
| HSV(B) | 318.42º | 1% | 0.8% | - |
| XYZ | 29.45 | 14.64 | 26.47 | - |
| YUV | 77.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 141 | 0 | 1.00 | 0.31 | 0.20 | 318.42 | 0.99 | 0.4 |
| Hex | CB | 1 | 8D | 0 | 64 | 1F | 14 | 13E | 63 | 28 |
| Octal | 313 | 1 | 215 | 0 | 144 | 37 | 24 | 476 | 143 | 50 |
| Binary | 11001011 | 1 | 10001101 | 0 | 1100100 | 11111 | 10100 | 100111110 | 1100011 | 101000 |
Color Harmonies of #CB018D
Complementary color
Monochromatic Colors of #CB018D
Black with #CB018D
Text Example
Text Example
White with #CB018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB018D; }
p { color: rgb(203,1,141); }
H1.HeaderClassName
{
color: #CB018D;
}
.AnyTagClassName
{
color: #CB018D;
}
</style>
background-color css
<style>
a { background-color: #CB018D; }
a { background-color: rgb(203,1,141); }
div.DivClassName
{
background-color: #CB018D;
}
.BgClassName
{
background-color: #CB018D;
}
</style>
border-color css
<style>
span { border-color: #CB018D; }
span { border-color: rgb(203,1,141); }
td.TdClassName
{
border-color: #CB018D;
}
.TagClassName
{
border-color: #CB018D;
}
</style>