Shades of Medium Red Violet #CB329A
Tints of Medium Red Violet #CB329A
RGB
CMYK
RGB Variations
Color information
#CB329A (or 0xCB329A) is known color: Medium Red Violet. HEX triplet: CB, 32 and 9A. RGB value is (203,50,154). Sum of RGB (Red+Green+Blue) = 203+50+154=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB329A is #34CD65. Grayscale: #6B6B6B. Windows color (decimal): -3460454 or 10105547. OLE color: 10105547.
HSL color Cylindrical-coordinate representation of color #CB329A: hue angle of 319.22º 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 #CB329A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 154 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.20 |
| HSL | 319.22º | 0.6% | 0.5% | - |
| HSV(B) | 319.22º | 0.75% | 0.8% | - |
| XYZ | 31.6 | 17.31 | 32.25 | - |
| YUV | 107.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 154 | 0 | 0.75 | 0.24 | 0.20 | 319.22 | 0.6 | 0.5 |
| Hex | CB | 32 | 9A | 0 | 4B | 18 | 14 | 13F | 3C | 32 |
| Octal | 313 | 62 | 232 | 0 | 113 | 30 | 24 | 477 | 74 | 62 |
| Binary | 11001011 | 110010 | 10011010 | 0 | 1001011 | 11000 | 10100 | 100111111 | 111100 | 110010 |
Color Harmonies of #CB329A
Complementary color
Monochromatic Colors of #CB329A
Black with #CB329A
Text Example
Text Example
White with #CB329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB329A; }
p { color: rgb(203,50,154); }
H1.HeaderClassName
{
color: #CB329A;
}
.AnyTagClassName
{
color: #CB329A;
}
</style>
background-color css
<style>
a { background-color: #CB329A; }
a { background-color: rgb(203,50,154); }
div.DivClassName
{
background-color: #CB329A;
}
.BgClassName
{
background-color: #CB329A;
}
</style>
border-color css
<style>
span { border-color: #CB329A; }
span { border-color: rgb(203,50,154); }
td.TdClassName
{
border-color: #CB329A;
}
.TagClassName
{
border-color: #CB329A;
}
</style>