Shades of Medium Red Violet #CB329C
Tints of Medium Red Violet #CB329C
RGB
CMYK
RGB Variations
Color information
#CB329C (or 0xCB329C) is known color: Medium Red Violet. HEX triplet: CB, 32 and 9C. RGB value is (203,50,156). Sum of RGB (Red+Green+Blue) = 203+50+156=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB329C is #34CD63. Grayscale: #6B6B6B. Windows color (decimal): -3460452 or 10236619. OLE color: 10236619.
HSL color Cylindrical-coordinate representation of color #CB329C: hue angle of 318.43º 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 #CB329C is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 156 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.20 |
| HSL | 318.43º | 0.6% | 0.5% | - |
| HSV(B) | 318.43º | 0.75% | 0.8% | - |
| XYZ | 31.77 | 17.38 | 33.13 | - |
| YUV | 107.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 156 | 0 | 0.75 | 0.23 | 0.20 | 318.43 | 0.6 | 0.5 |
| Hex | CB | 32 | 9C | 0 | 4B | 17 | 14 | 13E | 3C | 32 |
| Octal | 313 | 62 | 234 | 0 | 113 | 27 | 24 | 476 | 74 | 62 |
| Binary | 11001011 | 110010 | 10011100 | 0 | 1001011 | 10111 | 10100 | 100111110 | 111100 | 110010 |
Color Harmonies of #CB329C
Complementary color
Monochromatic Colors of #CB329C
Black with #CB329C
Text Example
Text Example
White with #CB329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB329C; }
p { color: rgb(203,50,156); }
H1.HeaderClassName
{
color: #CB329C;
}
.AnyTagClassName
{
color: #CB329C;
}
</style>
background-color css
<style>
a { background-color: #CB329C; }
a { background-color: rgb(203,50,156); }
div.DivClassName
{
background-color: #CB329C;
}
.BgClassName
{
background-color: #CB329C;
}
</style>
border-color css
<style>
span { border-color: #CB329C; }
span { border-color: rgb(203,50,156); }
td.TdClassName
{
border-color: #CB329C;
}
.TagClassName
{
border-color: #CB329C;
}
</style>