Shades of Medium Violet Red #CB1DA5
Tints of Medium Violet Red #CB1DA5
RGB
CMYK
RGB Variations
Color information
#CB1DA5 (or 0xCB1DA5) is known color: Medium Violet Red. HEX triplet: CB, 1D and A5. RGB value is (203,29,165). Sum of RGB (Red+Green+Blue) = 203+29+165=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1DA5 is #34E25A. Grayscale: #606060. Windows color (decimal): -3465819 or 10821067. OLE color: 10821067.
HSL color Cylindrical-coordinate representation of color #CB1DA5: hue angle of 313.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DA5 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 165 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.20 |
| HSL | 313.1º | 0.75% | 0.45% | - |
| HSV(B) | 313.1º | 0.86% | 0.8% | - |
| XYZ | 31.86 | 16.29 | 37.06 | - |
| YUV | 96.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 165 | 0 | 0.86 | 0.19 | 0.20 | 313.1 | 0.75 | 0.45 |
| Hex | CB | 1D | A5 | 0 | 56 | 13 | 14 | 139 | 4B | 2D |
| Octal | 313 | 35 | 245 | 0 | 126 | 23 | 24 | 471 | 113 | 55 |
| Binary | 11001011 | 11101 | 10100101 | 0 | 1010110 | 10011 | 10100 | 100111001 | 1001011 | 101101 |
Color Harmonies of #CB1DA5
Complementary color
Monochromatic Colors of #CB1DA5
Black with #CB1DA5
Text Example
Text Example
White with #CB1DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DA5; }
p { color: rgb(203,29,165); }
H1.HeaderClassName
{
color: #CB1DA5;
}
.AnyTagClassName
{
color: #CB1DA5;
}
</style>
background-color css
<style>
a { background-color: #CB1DA5; }
a { background-color: rgb(203,29,165); }
div.DivClassName
{
background-color: #CB1DA5;
}
.BgClassName
{
background-color: #CB1DA5;
}
</style>
border-color css
<style>
span { border-color: #CB1DA5; }
span { border-color: rgb(203,29,165); }
td.TdClassName
{
border-color: #CB1DA5;
}
.TagClassName
{
border-color: #CB1DA5;
}
</style>