Shades of Medium Red Violet #CC34AB
Tints of Medium Red Violet #CC34AB
RGB
CMYK
RGB Variations
Color information
#CC34AB (or 0xCC34AB) is known color: Medium Red Violet. HEX triplet: CC, 34 and AB. RGB value is (204,52,171). Sum of RGB (Red+Green+Blue) = 204+52+171=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34AB is #33CB54. Grayscale: #6E6E6E. Windows color (decimal): -3394389 or 11220172. OLE color: 11220172.
HSL color Cylindrical-coordinate representation of color #CC34AB: hue angle of 313.03º 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 #CC34AB is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 171 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.2 |
| HSL | 313.03º | 0.6% | 0.5% | - |
| HSV(B) | 313.03º | 0.75% | 0.8% | - |
| XYZ | 33.48 | 18.23 | 40.28 | - |
| YUV | 111.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 171 | 0 | 0.75 | 0.16 | 0.2 | 313.03 | 0.6 | 0.5 |
| Hex | CC | 34 | AB | 0 | 4B | 10 | 14 | 139 | 3C | 32 |
| Octal | 314 | 64 | 253 | 0 | 113 | 20 | 24 | 471 | 74 | 62 |
| Binary | 11001100 | 110100 | 10101011 | 0 | 1001011 | 10000 | 10100 | 100111001 | 111100 | 110010 |
Color Harmonies of #CC34AB
Complementary color
Monochromatic Colors of #CC34AB
Black with #CC34AB
Text Example
Text Example
White with #CC34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34AB; }
p { color: rgb(204,52,171); }
H1.HeaderClassName
{
color: #CC34AB;
}
.AnyTagClassName
{
color: #CC34AB;
}
</style>
background-color css
<style>
a { background-color: #CC34AB; }
a { background-color: rgb(204,52,171); }
div.DivClassName
{
background-color: #CC34AB;
}
.BgClassName
{
background-color: #CC34AB;
}
</style>
border-color css
<style>
span { border-color: #CC34AB; }
span { border-color: rgb(204,52,171); }
td.TdClassName
{
border-color: #CC34AB;
}
.TagClassName
{
border-color: #CC34AB;
}
</style>