Shades of Medium Red Violet #CB29A0
Tints of Medium Red Violet #CB29A0
RGB
CMYK
RGB Variations
Color information
#CB29A0 (or 0xCB29A0) is known color: Medium Red Violet. HEX triplet: CB, 29 and A0. RGB value is (203,41,160). Sum of RGB (Red+Green+Blue) = 203+41+160=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29A0 is #34D65F. Grayscale: #666666. Windows color (decimal): -3462752 or 10496459. OLE color: 10496459.
HSL color Cylindrical-coordinate representation of color #CB29A0: hue angle of 315.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB29A0 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 160 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.20 |
| HSL | 315.93º | 0.66% | 0.48% | - |
| HSV(B) | 315.93º | 0.8% | 0.8% | - |
| XYZ | 31.77 | 16.82 | 34.83 | - |
| YUV | 103 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 160 | 0 | 0.80 | 0.21 | 0.20 | 315.93 | 0.66 | 0.48 |
| Hex | CB | 29 | A0 | 0 | 50 | 15 | 14 | 13C | 42 | 30 |
| Octal | 313 | 51 | 240 | 0 | 120 | 25 | 24 | 474 | 102 | 60 |
| Binary | 11001011 | 101001 | 10100000 | 0 | 1010000 | 10101 | 10100 | 100111100 | 1000010 | 110000 |
Color Harmonies of #CB29A0
Complementary color
Monochromatic Colors of #CB29A0
Black with #CB29A0
Text Example
Text Example
White with #CB29A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29A0; }
p { color: rgb(203,41,160); }
H1.HeaderClassName
{
color: #CB29A0;
}
.AnyTagClassName
{
color: #CB29A0;
}
</style>
background-color css
<style>
a { background-color: #CB29A0; }
a { background-color: rgb(203,41,160); }
div.DivClassName
{
background-color: #CB29A0;
}
.BgClassName
{
background-color: #CB29A0;
}
</style>
border-color css
<style>
span { border-color: #CB29A0; }
span { border-color: rgb(203,41,160); }
td.TdClassName
{
border-color: #CB29A0;
}
.TagClassName
{
border-color: #CB29A0;
}
</style>