Shades of Medium Red Violet #CB34A7
Tints of Medium Red Violet #CB34A7
RGB
CMYK
RGB Variations
Color information
#CB34A7 (or 0xCB34A7) is known color: Medium Red Violet. HEX triplet: CB, 34 and A7. RGB value is (203,52,167). Sum of RGB (Red+Green+Blue) = 203+52+167=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34A7 is #34CB58. Grayscale: #6D6D6D. Windows color (decimal): -3459929 or 10958027. OLE color: 10958027.
HSL color Cylindrical-coordinate representation of color #CB34A7: hue angle of 314.3º 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 #CB34A7 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 167 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.20 |
| HSL | 314.3º | 0.59% | 0.5% | - |
| HSV(B) | 314.3º | 0.74% | 0.8% | - |
| XYZ | 32.83 | 17.94 | 38.29 | - |
| YUV | 110.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 167 | 0 | 0.74 | 0.18 | 0.20 | 314.3 | 0.59 | 0.5 |
| Hex | CB | 34 | A7 | 0 | 4A | 12 | 14 | 13A | 3B | 32 |
| Octal | 313 | 64 | 247 | 0 | 112 | 22 | 24 | 472 | 73 | 62 |
| Binary | 11001011 | 110100 | 10100111 | 0 | 1001010 | 10010 | 10100 | 100111010 | 111011 | 110010 |
Color Harmonies of #CB34A7
Complementary color
Monochromatic Colors of #CB34A7
Black with #CB34A7
Text Example
Text Example
White with #CB34A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34A7; }
p { color: rgb(203,52,167); }
H1.HeaderClassName
{
color: #CB34A7;
}
.AnyTagClassName
{
color: #CB34A7;
}
</style>
background-color css
<style>
a { background-color: #CB34A7; }
a { background-color: rgb(203,52,167); }
div.DivClassName
{
background-color: #CB34A7;
}
.BgClassName
{
background-color: #CB34A7;
}
</style>
border-color css
<style>
span { border-color: #CB34A7; }
span { border-color: rgb(203,52,167); }
td.TdClassName
{
border-color: #CB34A7;
}
.TagClassName
{
border-color: #CB34A7;
}
</style>