Shades of Medium Red Violet #CB29A3
Tints of Medium Red Violet #CB29A3
RGB
CMYK
RGB Variations
Color information
#CB29A3 (or 0xCB29A3) is known color: Medium Red Violet. HEX triplet: CB, 29 and A3. RGB value is (203,41,163). Sum of RGB (Red+Green+Blue) = 203+41+163=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29A3 is #34D65C. Grayscale: #676767. Windows color (decimal): -3462749 or 10693067. OLE color: 10693067.
HSL color Cylindrical-coordinate representation of color #CB29A3: hue angle of 314.81º 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 #CB29A3 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 163 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.20 |
| HSL | 314.81º | 0.66% | 0.48% | - |
| HSV(B) | 314.81º | 0.8% | 0.8% | - |
| XYZ | 32.03 | 16.93 | 36.23 | - |
| YUV | 103.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 163 | 0 | 0.80 | 0.20 | 0.20 | 314.81 | 0.66 | 0.48 |
| Hex | CB | 29 | A3 | 0 | 50 | 14 | 14 | 13B | 42 | 30 |
| Octal | 313 | 51 | 243 | 0 | 120 | 24 | 24 | 473 | 102 | 60 |
| Binary | 11001011 | 101001 | 10100011 | 0 | 1010000 | 10100 | 10100 | 100111011 | 1000010 | 110000 |
Color Harmonies of #CB29A3
Complementary color
Monochromatic Colors of #CB29A3
Black with #CB29A3
Text Example
Text Example
White with #CB29A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB29A3; }
p { color: rgb(203,41,163); }
H1.HeaderClassName
{
color: #CB29A3;
}
.AnyTagClassName
{
color: #CB29A3;
}
</style>
background-color css
<style>
a { background-color: #CB29A3; }
a { background-color: rgb(203,41,163); }
div.DivClassName
{
background-color: #CB29A3;
}
.BgClassName
{
background-color: #CB29A3;
}
</style>
border-color css
<style>
span { border-color: #CB29A3; }
span { border-color: rgb(203,41,163); }
td.TdClassName
{
border-color: #CB29A3;
}
.TagClassName
{
border-color: #CB29A3;
}
</style>