Shades of Medium Red Violet #CC33AB
Tints of Medium Red Violet #CC33AB
RGB
CMYK
RGB Variations
Color information
#CC33AB (or 0xCC33AB) is known color: Medium Red Violet. HEX triplet: CC, 33 and AB. RGB value is (204,51,171). Sum of RGB (Red+Green+Blue) = 204+51+171=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AB is #33CC54. Grayscale: #6E6E6E. Windows color (decimal): -3394645 or 11219916. OLE color: 11219916.
HSL color Cylindrical-coordinate representation of color #CC33AB: hue angle of 312.94º 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 #CC33AB is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 171 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.2 |
| HSL | 312.94º | 0.6% | 0.5% | - |
| HSV(B) | 312.94º | 0.75% | 0.8% | - |
| XYZ | 33.44 | 18.15 | 40.27 | - |
| YUV | 110.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 171 | 0 | 0.75 | 0.16 | 0.2 | 312.94 | 0.6 | 0.5 |
| Hex | CC | 33 | AB | 0 | 4B | 10 | 14 | 139 | 3C | 32 |
| Octal | 314 | 63 | 253 | 0 | 113 | 20 | 24 | 471 | 74 | 62 |
| Binary | 11001100 | 110011 | 10101011 | 0 | 1001011 | 10000 | 10100 | 100111001 | 111100 | 110010 |
Color Harmonies of #CC33AB
Complementary color
Monochromatic Colors of #CC33AB
Black with #CC33AB
Text Example
Text Example
White with #CC33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33AB; }
p { color: rgb(204,51,171); }
H1.HeaderClassName
{
color: #CC33AB;
}
.AnyTagClassName
{
color: #CC33AB;
}
</style>
background-color css
<style>
a { background-color: #CC33AB; }
a { background-color: rgb(204,51,171); }
div.DivClassName
{
background-color: #CC33AB;
}
.BgClassName
{
background-color: #CC33AB;
}
</style>
border-color css
<style>
span { border-color: #CC33AB; }
span { border-color: rgb(204,51,171); }
td.TdClassName
{
border-color: #CC33AB;
}
.TagClassName
{
border-color: #CC33AB;
}
</style>