Shades of Fuchsia #CC40AB
Tints of Fuchsia #CC40AB
RGB
CMYK
RGB Variations
Color information
#CC40AB (or 0xCC40AB) is known color: Fuchsia. HEX triplet: CC, 40 and AB. RGB value is (204,64,171). Sum of RGB (Red+Green+Blue) = 204+64+171=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40AB is #33BF54. Grayscale: #757575. Windows color (decimal): -3391317 or 11223244. OLE color: 11223244.
HSL color Cylindrical-coordinate representation of color #CC40AB: hue angle of 314.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40AB is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 171 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.2 |
| HSL | 314.14º | 0.58% | 0.53% | - |
| HSV(B) | 314.14º | 0.69% | 0.8% | - |
| XYZ | 34.09 | 19.44 | 40.48 | - |
| YUV | 118.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 171 | 0 | 0.69 | 0.16 | 0.2 | 314.14 | 0.58 | 0.53 |
| Hex | CC | 40 | AB | 0 | 45 | 10 | 14 | 13A | 3A | 35 |
| Octal | 314 | 100 | 253 | 0 | 105 | 20 | 24 | 472 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10101011 | 0 | 1000101 | 10000 | 10100 | 100111010 | 111010 | 110101 |
Color Harmonies of #CC40AB
Complementary color
Monochromatic Colors of #CC40AB
Black with #CC40AB
Text Example
Text Example
White with #CC40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40AB; }
p { color: rgb(204,64,171); }
H1.HeaderClassName
{
color: #CC40AB;
}
.AnyTagClassName
{
color: #CC40AB;
}
</style>
background-color css
<style>
a { background-color: #CC40AB; }
a { background-color: rgb(204,64,171); }
div.DivClassName
{
background-color: #CC40AB;
}
.BgClassName
{
background-color: #CC40AB;
}
</style>
border-color css
<style>
span { border-color: #CC40AB; }
span { border-color: rgb(204,64,171); }
td.TdClassName
{
border-color: #CC40AB;
}
.TagClassName
{
border-color: #CC40AB;
}
</style>