Shades of Fuchsia #CC3AAC
Tints of Fuchsia #CC3AAC
RGB
CMYK
RGB Variations
Color information
#CC3AAC (or 0xCC3AAC) is known color: Fuchsia. HEX triplet: CC, 3A and AC. RGB value is (204,58,172). Sum of RGB (Red+Green+Blue) = 204+58+172=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AAC is #33C553. Grayscale: #727272. Windows color (decimal): -3392852 or 11287244. OLE color: 11287244.
HSL color Cylindrical-coordinate representation of color #CC3AAC: hue angle of 313.15º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3AAC is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 172 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.2 |
| HSL | 313.15º | 0.59% | 0.51% | - |
| HSV(B) | 313.15º | 0.72% | 0.8% | - |
| XYZ | 33.86 | 18.84 | 40.88 | - |
| YUV | 114.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 172 | 0 | 0.72 | 0.16 | 0.2 | 313.15 | 0.59 | 0.51 |
| Hex | CC | 3A | AC | 0 | 48 | 10 | 14 | 139 | 3B | 33 |
| Octal | 314 | 72 | 254 | 0 | 110 | 20 | 24 | 471 | 73 | 63 |
| Binary | 11001100 | 111010 | 10101100 | 0 | 1001000 | 10000 | 10100 | 100111001 | 111011 | 110011 |
Color Harmonies of #CC3AAC
Complementary color
Monochromatic Colors of #CC3AAC
Black with #CC3AAC
Text Example
Text Example
White with #CC3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AAC; }
p { color: rgb(204,58,172); }
H1.HeaderClassName
{
color: #CC3AAC;
}
.AnyTagClassName
{
color: #CC3AAC;
}
</style>
background-color css
<style>
a { background-color: #CC3AAC; }
a { background-color: rgb(204,58,172); }
div.DivClassName
{
background-color: #CC3AAC;
}
.BgClassName
{
background-color: #CC3AAC;
}
</style>
border-color css
<style>
span { border-color: #CC3AAC; }
span { border-color: rgb(204,58,172); }
td.TdClassName
{
border-color: #CC3AAC;
}
.TagClassName
{
border-color: #CC3AAC;
}
</style>