Shades of Medium Red Violet #CB32A7
Tints of Medium Red Violet #CB32A7
RGB
CMYK
RGB Variations
Color information
#CB32A7 (or 0xCB32A7) is known color: Medium Red Violet. HEX triplet: CB, 32 and A7. RGB value is (203,50,167). Sum of RGB (Red+Green+Blue) = 203+50+167=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB32A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB32A7 is #34CD58. Grayscale: #6C6C6C. Windows color (decimal): -3460441 or 10957515. OLE color: 10957515.
HSL color Cylindrical-coordinate representation of color #CB32A7: hue angle of 314.12º 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 #CB32A7 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 167 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.20 |
| HSL | 314.12º | 0.6% | 0.5% | - |
| HSV(B) | 314.12º | 0.75% | 0.8% | - |
| XYZ | 32.74 | 17.77 | 38.26 | - |
| YUV | 109.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 167 | 0 | 0.75 | 0.18 | 0.20 | 314.12 | 0.6 | 0.5 |
| Hex | CB | 32 | A7 | 0 | 4B | 12 | 14 | 13A | 3C | 32 |
| Octal | 313 | 62 | 247 | 0 | 113 | 22 | 24 | 472 | 74 | 62 |
| Binary | 11001011 | 110010 | 10100111 | 0 | 1001011 | 10010 | 10100 | 100111010 | 111100 | 110010 |
Color Harmonies of #CB32A7
Complementary color
Monochromatic Colors of #CB32A7
Black with #CB32A7
Text Example
Text Example
White with #CB32A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32A7; }
p { color: rgb(203,50,167); }
H1.HeaderClassName
{
color: #CB32A7;
}
.AnyTagClassName
{
color: #CB32A7;
}
</style>
background-color css
<style>
a { background-color: #CB32A7; }
a { background-color: rgb(203,50,167); }
div.DivClassName
{
background-color: #CB32A7;
}
.BgClassName
{
background-color: #CB32A7;
}
</style>
border-color css
<style>
span { border-color: #CB32A7; }
span { border-color: rgb(203,50,167); }
td.TdClassName
{
border-color: #CB32A7;
}
.TagClassName
{
border-color: #CB32A7;
}
</style>