Shades of Medium Red Violet #CB36A0
Tints of Medium Red Violet #CB36A0
RGB
CMYK
RGB Variations
Color information
#CB36A0 (or 0xCB36A0) is known color: Medium Red Violet. HEX triplet: CB, 36 and A0. RGB value is (203,54,160). Sum of RGB (Red+Green+Blue) = 203+54+160=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB36A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB36A0 is #34C95F. Grayscale: #6E6E6E. Windows color (decimal): -3459424 or 10499787. OLE color: 10499787.
HSL color Cylindrical-coordinate representation of color #CB36A0: hue angle of 317.32º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB36A0 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 160 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.20 |
| HSL | 317.32º | 0.59% | 0.5% | - |
| HSV(B) | 317.32º | 0.73% | 0.8% | - |
| XYZ | 32.29 | 17.87 | 35.01 | - |
| YUV | 110.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 160 | 0 | 0.73 | 0.21 | 0.20 | 317.32 | 0.59 | 0.5 |
| Hex | CB | 36 | A0 | 0 | 49 | 15 | 14 | 13D | 3B | 32 |
| Octal | 313 | 66 | 240 | 0 | 111 | 25 | 24 | 475 | 73 | 62 |
| Binary | 11001011 | 110110 | 10100000 | 0 | 1001001 | 10101 | 10100 | 100111101 | 111011 | 110010 |
Color Harmonies of #CB36A0
Complementary color
Monochromatic Colors of #CB36A0
Black with #CB36A0
Text Example
Text Example
White with #CB36A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36A0; }
p { color: rgb(203,54,160); }
H1.HeaderClassName
{
color: #CB36A0;
}
.AnyTagClassName
{
color: #CB36A0;
}
</style>
background-color css
<style>
a { background-color: #CB36A0; }
a { background-color: rgb(203,54,160); }
div.DivClassName
{
background-color: #CB36A0;
}
.BgClassName
{
background-color: #CB36A0;
}
</style>
border-color css
<style>
span { border-color: #CB36A0; }
span { border-color: rgb(203,54,160); }
td.TdClassName
{
border-color: #CB36A0;
}
.TagClassName
{
border-color: #CB36A0;
}
</style>