Shades of Medium Violet Red #CB1CA5
Tints of Medium Violet Red #CB1CA5
RGB
CMYK
RGB Variations
Color information
#CB1CA5 (or 0xCB1CA5) is known color: Medium Violet Red. HEX triplet: CB, 1C and A5. RGB value is (203,28,165). Sum of RGB (Red+Green+Blue) = 203+28+165=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1CA5 is #34E35A. Grayscale: #5F5F5F. Windows color (decimal): -3466075 or 10820811. OLE color: 10820811.
HSL color Cylindrical-coordinate representation of color #CB1CA5: hue angle of 313.03º degrees, saturation: 0.76, 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 #CB1CA5 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 165 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.20 |
| HSL | 313.03º | 0.76% | 0.45% | - |
| HSV(B) | 313.03º | 0.86% | 0.8% | - |
| XYZ | 31.84 | 16.24 | 37.05 | - |
| YUV | 95.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 165 | 0 | 0.86 | 0.19 | 0.20 | 313.03 | 0.76 | 0.45 |
| Hex | CB | 1C | A5 | 0 | 56 | 13 | 14 | 139 | 4C | 2D |
| Octal | 313 | 34 | 245 | 0 | 126 | 23 | 24 | 471 | 114 | 55 |
| Binary | 11001011 | 11100 | 10100101 | 0 | 1010110 | 10011 | 10100 | 100111001 | 1001100 | 101101 |
Color Harmonies of #CB1CA5
Complementary color
Monochromatic Colors of #CB1CA5
Black with #CB1CA5
Text Example
Text Example
White with #CB1CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CA5; }
p { color: rgb(203,28,165); }
H1.HeaderClassName
{
color: #CB1CA5;
}
.AnyTagClassName
{
color: #CB1CA5;
}
</style>
background-color css
<style>
a { background-color: #CB1CA5; }
a { background-color: rgb(203,28,165); }
div.DivClassName
{
background-color: #CB1CA5;
}
.BgClassName
{
background-color: #CB1CA5;
}
</style>
border-color css
<style>
span { border-color: #CB1CA5; }
span { border-color: rgb(203,28,165); }
td.TdClassName
{
border-color: #CB1CA5;
}
.TagClassName
{
border-color: #CB1CA5;
}
</style>