Shades of Fuchsia #CC4DAA
Tints of Fuchsia #CC4DAA
RGB
CMYK
RGB Variations
Color information
#CC4DAA (or 0xCC4DAA) is known color: Fuchsia. HEX triplet: CC, 4D and AA. RGB value is (204,77,170). Sum of RGB (Red+Green+Blue) = 204+77+170=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DAA is #33B255. Grayscale: #7D7D7D. Windows color (decimal): -3387990 or 11161036. OLE color: 11161036.
HSL color Cylindrical-coordinate representation of color #CC4DAA: hue angle of 316.06º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DAA is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 170 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.2 |
| HSL | 316.06º | 0.55% | 0.55% | - |
| HSV(B) | 316.06º | 0.62% | 0.8% | - |
| XYZ | 34.81 | 21.05 | 40.26 | - |
| YUV | 125.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 170 | 0 | 0.62 | 0.17 | 0.2 | 316.06 | 0.55 | 0.55 |
| Hex | CC | 4D | AA | 0 | 3E | 11 | 14 | 13C | 37 | 37 |
| Octal | 314 | 115 | 252 | 0 | 76 | 21 | 24 | 474 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10101010 | 0 | 111110 | 10001 | 10100 | 100111100 | 110111 | 110111 |
Color Harmonies of #CC4DAA
Complementary color
Monochromatic Colors of #CC4DAA
Black with #CC4DAA
Text Example
Text Example
White with #CC4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DAA; }
p { color: rgb(204,77,170); }
H1.HeaderClassName
{
color: #CC4DAA;
}
.AnyTagClassName
{
color: #CC4DAA;
}
</style>
background-color css
<style>
a { background-color: #CC4DAA; }
a { background-color: rgb(204,77,170); }
div.DivClassName
{
background-color: #CC4DAA;
}
.BgClassName
{
background-color: #CC4DAA;
}
</style>
border-color css
<style>
span { border-color: #CC4DAA; }
span { border-color: rgb(204,77,170); }
td.TdClassName
{
border-color: #CC4DAA;
}
.TagClassName
{
border-color: #CC4DAA;
}
</style>