Shades of Fuchsia #CC4DAE
Tints of Fuchsia #CC4DAE
RGB
CMYK
RGB Variations
Color information
#CC4DAE (or 0xCC4DAE) is known color: Fuchsia. HEX triplet: CC, 4D and AE. RGB value is (204,77,174). Sum of RGB (Red+Green+Blue) = 204+77+174=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DAE is #33B251. Grayscale: #7D7D7D. Windows color (decimal): -3387986 or 11423180. OLE color: 11423180.
HSL color Cylindrical-coordinate representation of color #CC4DAE: hue angle of 314.17º 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 #CC4DAE is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 174 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.2 |
| HSL | 314.17º | 0.55% | 0.55% | - |
| HSV(B) | 314.17º | 0.62% | 0.8% | - |
| XYZ | 35.2 | 21.2 | 42.28 | - |
| YUV | 126.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 174 | 0 | 0.62 | 0.15 | 0.2 | 314.17 | 0.55 | 0.55 |
| Hex | CC | 4D | AE | 0 | 3E | F | 14 | 13A | 37 | 37 |
| Octal | 314 | 115 | 256 | 0 | 76 | 17 | 24 | 472 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10101110 | 0 | 111110 | 1111 | 10100 | 100111010 | 110111 | 110111 |
Color Harmonies of #CC4DAE
Complementary color
Monochromatic Colors of #CC4DAE
Black with #CC4DAE
Text Example
Text Example
White with #CC4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DAE; }
p { color: rgb(204,77,174); }
H1.HeaderClassName
{
color: #CC4DAE;
}
.AnyTagClassName
{
color: #CC4DAE;
}
</style>
background-color css
<style>
a { background-color: #CC4DAE; }
a { background-color: rgb(204,77,174); }
div.DivClassName
{
background-color: #CC4DAE;
}
.BgClassName
{
background-color: #CC4DAE;
}
</style>
border-color css
<style>
span { border-color: #CC4DAE; }
span { border-color: rgb(204,77,174); }
td.TdClassName
{
border-color: #CC4DAE;
}
.TagClassName
{
border-color: #CC4DAE;
}
</style>