Shades of Medium Red Violet #CB34A1
Tints of Medium Red Violet #CB34A1
RGB
CMYK
RGB Variations
Color information
#CB34A1 (or 0xCB34A1) is known color: Medium Red Violet. HEX triplet: CB, 34 and A1. RGB value is (203,52,161). Sum of RGB (Red+Green+Blue) = 203+52+161=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34A1 is #34CB5E. Grayscale: #6D6D6D. Windows color (decimal): -3459935 or 10564811. OLE color: 10564811.
HSL color Cylindrical-coordinate representation of color #CB34A1: hue angle of 316.69º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB34A1 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 161 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.20 |
| HSL | 316.69º | 0.59% | 0.5% | - |
| HSV(B) | 316.69º | 0.74% | 0.8% | - |
| XYZ | 32.29 | 17.73 | 35.44 | - |
| YUV | 109.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 161 | 0 | 0.74 | 0.21 | 0.20 | 316.69 | 0.59 | 0.5 |
| Hex | CB | 34 | A1 | 0 | 4A | 15 | 14 | 13D | 3B | 32 |
| Octal | 313 | 64 | 241 | 0 | 112 | 25 | 24 | 475 | 73 | 62 |
| Binary | 11001011 | 110100 | 10100001 | 0 | 1001010 | 10101 | 10100 | 100111101 | 111011 | 110010 |
Color Harmonies of #CB34A1
Complementary color
Monochromatic Colors of #CB34A1
Black with #CB34A1
Text Example
Text Example
White with #CB34A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34A1; }
p { color: rgb(203,52,161); }
H1.HeaderClassName
{
color: #CB34A1;
}
.AnyTagClassName
{
color: #CB34A1;
}
</style>
background-color css
<style>
a { background-color: #CB34A1; }
a { background-color: rgb(203,52,161); }
div.DivClassName
{
background-color: #CB34A1;
}
.BgClassName
{
background-color: #CB34A1;
}
</style>
border-color css
<style>
span { border-color: #CB34A1; }
span { border-color: rgb(203,52,161); }
td.TdClassName
{
border-color: #CB34A1;
}
.TagClassName
{
border-color: #CB34A1;
}
</style>