Shades of Medium Red Violet #CB33A0
Tints of Medium Red Violet #CB33A0
RGB
CMYK
RGB Variations
Color information
#CB33A0 (or 0xCB33A0) is known color: Medium Red Violet. HEX triplet: CB, 33 and A0. RGB value is (203,51,160). Sum of RGB (Red+Green+Blue) = 203+51+160=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB33A0 is #34CC5F. Grayscale: #6C6C6C. Windows color (decimal): -3460192 or 10499019. OLE color: 10499019.
HSL color Cylindrical-coordinate representation of color #CB33A0: hue angle of 316.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33A0 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 160 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.20 |
| HSL | 316.97º | 0.6% | 0.5% | - |
| HSV(B) | 316.97º | 0.75% | 0.8% | - |
| XYZ | 32.16 | 17.6 | 34.96 | - |
| YUV | 108.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 160 | 0 | 0.75 | 0.21 | 0.20 | 316.97 | 0.6 | 0.5 |
| Hex | CB | 33 | A0 | 0 | 4B | 15 | 14 | 13D | 3C | 32 |
| Octal | 313 | 63 | 240 | 0 | 113 | 25 | 24 | 475 | 74 | 62 |
| Binary | 11001011 | 110011 | 10100000 | 0 | 1001011 | 10101 | 10100 | 100111101 | 111100 | 110010 |
Color Harmonies of #CB33A0
Complementary color
Monochromatic Colors of #CB33A0
Black with #CB33A0
Text Example
Text Example
White with #CB33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33A0; }
p { color: rgb(203,51,160); }
H1.HeaderClassName
{
color: #CB33A0;
}
.AnyTagClassName
{
color: #CB33A0;
}
</style>
background-color css
<style>
a { background-color: #CB33A0; }
a { background-color: rgb(203,51,160); }
div.DivClassName
{
background-color: #CB33A0;
}
.BgClassName
{
background-color: #CB33A0;
}
</style>
border-color css
<style>
span { border-color: #CB33A0; }
span { border-color: rgb(203,51,160); }
td.TdClassName
{
border-color: #CB33A0;
}
.TagClassName
{
border-color: #CB33A0;
}
</style>