Shades of Medium Red Violet #CB329D
Tints of Medium Red Violet #CB329D
RGB
CMYK
RGB Variations
Color information
#CB329D (or 0xCB329D) is known color: Medium Red Violet. HEX triplet: CB, 32 and 9D. RGB value is (203,50,157). Sum of RGB (Red+Green+Blue) = 203+50+157=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB329D is #34CD62. Grayscale: #6B6B6B. Windows color (decimal): -3460451 or 10302155. OLE color: 10302155.
HSL color Cylindrical-coordinate representation of color #CB329D: hue angle of 318.04º 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 #CB329D is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 157 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.20 |
| HSL | 318.04º | 0.6% | 0.5% | - |
| HSV(B) | 318.04º | 0.75% | 0.8% | - |
| XYZ | 31.86 | 17.41 | 33.58 | - |
| YUV | 107.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 157 | 0 | 0.75 | 0.23 | 0.20 | 318.04 | 0.6 | 0.5 |
| Hex | CB | 32 | 9D | 0 | 4B | 17 | 14 | 13E | 3C | 32 |
| Octal | 313 | 62 | 235 | 0 | 113 | 27 | 24 | 476 | 74 | 62 |
| Binary | 11001011 | 110010 | 10011101 | 0 | 1001011 | 10111 | 10100 | 100111110 | 111100 | 110010 |
Color Harmonies of #CB329D
Complementary color
Monochromatic Colors of #CB329D
Black with #CB329D
Text Example
Text Example
White with #CB329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB329D; }
p { color: rgb(203,50,157); }
H1.HeaderClassName
{
color: #CB329D;
}
.AnyTagClassName
{
color: #CB329D;
}
</style>
background-color css
<style>
a { background-color: #CB329D; }
a { background-color: rgb(203,50,157); }
div.DivClassName
{
background-color: #CB329D;
}
.BgClassName
{
background-color: #CB329D;
}
</style>
border-color css
<style>
span { border-color: #CB329D; }
span { border-color: rgb(203,50,157); }
td.TdClassName
{
border-color: #CB329D;
}
.TagClassName
{
border-color: #CB329D;
}
</style>