Shades of Medium Violet Red #CB1DA4
Tints of Medium Violet Red #CB1DA4
RGB
CMYK
RGB Variations
Color information
#CB1DA4 (or 0xCB1DA4) is known color: Medium Violet Red. HEX triplet: CB, 1D and A4. RGB value is (203,29,164). Sum of RGB (Red+Green+Blue) = 203+29+164=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1DA4 is #34E25B. Grayscale: #606060. Windows color (decimal): -3465820 or 10755531. OLE color: 10755531.
HSL color Cylindrical-coordinate representation of color #CB1DA4: hue angle of 313.45º 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 #CB1DA4 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 164 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.20 |
| HSL | 313.45º | 0.75% | 0.45% | - |
| HSV(B) | 313.45º | 0.86% | 0.8% | - |
| XYZ | 31.77 | 16.26 | 36.59 | - |
| YUV | 96.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 164 | 0 | 0.86 | 0.19 | 0.20 | 313.45 | 0.75 | 0.45 |
| Hex | CB | 1D | A4 | 0 | 56 | 13 | 14 | 139 | 4B | 2D |
| Octal | 313 | 35 | 244 | 0 | 126 | 23 | 24 | 471 | 113 | 55 |
| Binary | 11001011 | 11101 | 10100100 | 0 | 1010110 | 10011 | 10100 | 100111001 | 1001011 | 101101 |
Color Harmonies of #CB1DA4
Complementary color
Monochromatic Colors of #CB1DA4
Black with #CB1DA4
Text Example
Text Example
White with #CB1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DA4; }
p { color: rgb(203,29,164); }
H1.HeaderClassName
{
color: #CB1DA4;
}
.AnyTagClassName
{
color: #CB1DA4;
}
</style>
background-color css
<style>
a { background-color: #CB1DA4; }
a { background-color: rgb(203,29,164); }
div.DivClassName
{
background-color: #CB1DA4;
}
.BgClassName
{
background-color: #CB1DA4;
}
</style>
border-color css
<style>
span { border-color: #CB1DA4; }
span { border-color: rgb(203,29,164); }
td.TdClassName
{
border-color: #CB1DA4;
}
.TagClassName
{
border-color: #CB1DA4;
}
</style>