Shades of Medium Red Violet #CB329E
Tints of Medium Red Violet #CB329E
RGB
CMYK
RGB Variations
Color information
#CB329E (or 0xCB329E) is known color: Medium Red Violet. HEX triplet: CB, 32 and 9E. RGB value is (203,50,158). Sum of RGB (Red+Green+Blue) = 203+50+158=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB329E is #34CD61. Grayscale: #6B6B6B. Windows color (decimal): -3460450 or 10367691. OLE color: 10367691.
HSL color Cylindrical-coordinate representation of color #CB329E: hue angle of 317.65º 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 #CB329E is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 158 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.20 |
| HSL | 317.65º | 0.6% | 0.5% | - |
| HSV(B) | 317.65º | 0.75% | 0.8% | - |
| XYZ | 31.94 | 17.45 | 34.03 | - |
| YUV | 108.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 158 | 0 | 0.75 | 0.22 | 0.20 | 317.65 | 0.6 | 0.5 |
| Hex | CB | 32 | 9E | 0 | 4B | 16 | 14 | 13E | 3C | 32 |
| Octal | 313 | 62 | 236 | 0 | 113 | 26 | 24 | 476 | 74 | 62 |
| Binary | 11001011 | 110010 | 10011110 | 0 | 1001011 | 10110 | 10100 | 100111110 | 111100 | 110010 |
Color Harmonies of #CB329E
Complementary color
Monochromatic Colors of #CB329E
Black with #CB329E
Text Example
Text Example
White with #CB329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB329E; }
p { color: rgb(203,50,158); }
H1.HeaderClassName
{
color: #CB329E;
}
.AnyTagClassName
{
color: #CB329E;
}
</style>
background-color css
<style>
a { background-color: #CB329E; }
a { background-color: rgb(203,50,158); }
div.DivClassName
{
background-color: #CB329E;
}
.BgClassName
{
background-color: #CB329E;
}
</style>
border-color css
<style>
span { border-color: #CB329E; }
span { border-color: rgb(203,50,158); }
td.TdClassName
{
border-color: #CB329E;
}
.TagClassName
{
border-color: #CB329E;
}
</style>