Shades of Fuchsia #CC3FAE
Tints of Fuchsia #CC3FAE
RGB
CMYK
RGB Variations
Color information
#CC3FAE (or 0xCC3FAE) is known color: Fuchsia. HEX triplet: CC, 3F and AE. RGB value is (204,63,174). Sum of RGB (Red+Green+Blue) = 204+63+174=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3FAE is #33C051. Grayscale: #757575. Windows color (decimal): -3391570 or 11419596. OLE color: 11419596.
HSL color Cylindrical-coordinate representation of color #CC3FAE: hue angle of 312.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FAE is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 174 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.2 |
| HSL | 312.77º | 0.58% | 0.52% | - |
| HSV(B) | 312.77º | 0.69% | 0.8% | - |
| XYZ | 34.32 | 19.45 | 41.99 | - |
| YUV | 117.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 174 | 0 | 0.69 | 0.15 | 0.2 | 312.77 | 0.58 | 0.52 |
| Hex | CC | 3F | AE | 0 | 45 | F | 14 | 139 | 3A | 34 |
| Octal | 314 | 77 | 256 | 0 | 105 | 17 | 24 | 471 | 72 | 64 |
| Binary | 11001100 | 111111 | 10101110 | 0 | 1000101 | 1111 | 10100 | 100111001 | 111010 | 110100 |
Color Harmonies of #CC3FAE
Complementary color
Monochromatic Colors of #CC3FAE
Black with #CC3FAE
Text Example
Text Example
White with #CC3FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FAE; }
p { color: rgb(204,63,174); }
H1.HeaderClassName
{
color: #CC3FAE;
}
.AnyTagClassName
{
color: #CC3FAE;
}
</style>
background-color css
<style>
a { background-color: #CC3FAE; }
a { background-color: rgb(204,63,174); }
div.DivClassName
{
background-color: #CC3FAE;
}
.BgClassName
{
background-color: #CC3FAE;
}
</style>
border-color css
<style>
span { border-color: #CC3FAE; }
span { border-color: rgb(204,63,174); }
td.TdClassName
{
border-color: #CC3FAE;
}
.TagClassName
{
border-color: #CC3FAE;
}
</style>