Shades of Medium Red Violet #CB34A0
Tints of Medium Red Violet #CB34A0
RGB
CMYK
RGB Variations
Color information
#CB34A0 (or 0xCB34A0) is known color: Medium Red Violet. HEX triplet: CB, 34 and A0. RGB value is (203,52,160). Sum of RGB (Red+Green+Blue) = 203+52+160=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34A0 is #34CB5F. Grayscale: #6D6D6D. Windows color (decimal): -3459936 or 10499275. OLE color: 10499275.
HSL color Cylindrical-coordinate representation of color #CB34A0: hue angle of 317.09º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB34A0 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 160 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.20 |
| HSL | 317.09º | 0.59% | 0.5% | - |
| HSV(B) | 317.09º | 0.74% | 0.8% | - |
| XYZ | 32.2 | 17.69 | 34.98 | - |
| YUV | 109.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 160 | 0 | 0.74 | 0.21 | 0.20 | 317.09 | 0.59 | 0.5 |
| Hex | CB | 34 | A0 | 0 | 4A | 15 | 14 | 13D | 3B | 32 |
| Octal | 313 | 64 | 240 | 0 | 112 | 25 | 24 | 475 | 73 | 62 |
| Binary | 11001011 | 110100 | 10100000 | 0 | 1001010 | 10101 | 10100 | 100111101 | 111011 | 110010 |
Color Harmonies of #CB34A0
Complementary color
Monochromatic Colors of #CB34A0
Black with #CB34A0
Text Example
Text Example
White with #CB34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34A0; }
p { color: rgb(203,52,160); }
H1.HeaderClassName
{
color: #CB34A0;
}
.AnyTagClassName
{
color: #CB34A0;
}
</style>
background-color css
<style>
a { background-color: #CB34A0; }
a { background-color: rgb(203,52,160); }
div.DivClassName
{
background-color: #CB34A0;
}
.BgClassName
{
background-color: #CB34A0;
}
</style>
border-color css
<style>
span { border-color: #CB34A0; }
span { border-color: rgb(203,52,160); }
td.TdClassName
{
border-color: #CB34A0;
}
.TagClassName
{
border-color: #CB34A0;
}
</style>