Shades of Fuchsia #CC3AAF
Tints of Fuchsia #CC3AAF
RGB
CMYK
RGB Variations
Color information
#CC3AAF (or 0xCC3AAF) is known color: Fuchsia. HEX triplet: CC, 3A and AF. RGB value is (204,58,175). Sum of RGB (Red+Green+Blue) = 204+58+175=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AAF is #33C550. Grayscale: #727272. Windows color (decimal): -3392849 or 11483852. OLE color: 11483852.
HSL color Cylindrical-coordinate representation of color #CC3AAF: hue angle of 311.92º 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 #CC3AAF is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 175 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.2 |
| HSL | 311.92º | 0.59% | 0.51% | - |
| HSV(B) | 311.92º | 0.72% | 0.8% | - |
| XYZ | 34.15 | 18.96 | 42.42 | - |
| YUV | 114.99 | 161.87 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 175 | 0 | 0.72 | 0.14 | 0.2 | 311.92 | 0.59 | 0.51 |
| Hex | CC | 3A | AF | 0 | 48 | E | 14 | 138 | 3B | 33 |
| Octal | 314 | 72 | 257 | 0 | 110 | 16 | 24 | 470 | 73 | 63 |
| Binary | 11001100 | 111010 | 10101111 | 0 | 1001000 | 1110 | 10100 | 100111000 | 111011 | 110011 |
Color Harmonies of #CC3AAF
Complementary color
Monochromatic Colors of #CC3AAF
Black with #CC3AAF
Text Example
Text Example
White with #CC3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AAF; }
p { color: rgb(204,58,175); }
H1.HeaderClassName
{
color: #CC3AAF;
}
.AnyTagClassName
{
color: #CC3AAF;
}
</style>
background-color css
<style>
a { background-color: #CC3AAF; }
a { background-color: rgb(204,58,175); }
div.DivClassName
{
background-color: #CC3AAF;
}
.BgClassName
{
background-color: #CC3AAF;
}
</style>
border-color css
<style>
span { border-color: #CC3AAF; }
span { border-color: rgb(204,58,175); }
td.TdClassName
{
border-color: #CC3AAF;
}
.TagClassName
{
border-color: #CC3AAF;
}
</style>