Shades of Medium Violet Red #CB1A8D
Tints of Medium Violet Red #CB1A8D
RGB
CMYK
RGB Variations
Color information
#CB1A8D (or 0xCB1A8D) is known color: Medium Violet Red. HEX triplet: CB, 1A and 8D. RGB value is (203,26,141). Sum of RGB (Red+Green+Blue) = 203+26+141=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1A8D is #34E572. Grayscale: #5B5B5B. Windows color (decimal): -3466611 or 9247435. OLE color: 9247435.
HSL color Cylindrical-coordinate representation of color #CB1A8D: hue angle of 321.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A8D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 141 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.20 |
| HSL | 321.02º | 0.77% | 0.45% | - |
| HSV(B) | 321.02º | 0.87% | 0.8% | - |
| XYZ | 29.81 | 15.36 | 26.59 | - |
| YUV | 92.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 141 | 0 | 0.87 | 0.31 | 0.20 | 321.02 | 0.77 | 0.45 |
| Hex | CB | 1A | 8D | 0 | 57 | 1F | 14 | 141 | 4D | 2D |
| Octal | 313 | 32 | 215 | 0 | 127 | 37 | 24 | 501 | 115 | 55 |
| Binary | 11001011 | 11010 | 10001101 | 0 | 1010111 | 11111 | 10100 | 101000001 | 1001101 | 101101 |
Color Harmonies of #CB1A8D
Complementary color
Monochromatic Colors of #CB1A8D
Black with #CB1A8D
Text Example
Text Example
White with #CB1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A8D; }
p { color: rgb(203,26,141); }
H1.HeaderClassName
{
color: #CB1A8D;
}
.AnyTagClassName
{
color: #CB1A8D;
}
</style>
background-color css
<style>
a { background-color: #CB1A8D; }
a { background-color: rgb(203,26,141); }
div.DivClassName
{
background-color: #CB1A8D;
}
.BgClassName
{
background-color: #CB1A8D;
}
</style>
border-color css
<style>
span { border-color: #CB1A8D; }
span { border-color: rgb(203,26,141); }
td.TdClassName
{
border-color: #CB1A8D;
}
.TagClassName
{
border-color: #CB1A8D;
}
</style>