Shades of Fuchsia #CC2AAF
Tints of Fuchsia #CC2AAF
RGB
CMYK
RGB Variations
Color information
#CC2AAF (or 0xCC2AAF) is known color: Fuchsia. HEX triplet: CC, 2A and AF. RGB value is (204,42,175). Sum of RGB (Red+Green+Blue) = 204+42+175=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AAF is #33D550. Grayscale: #696969. Windows color (decimal): -3396945 or 11479756. OLE color: 11479756.
HSL color Cylindrical-coordinate representation of color #CC2AAF: hue angle of 310.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2AAF is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 175 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.2 |
| HSL | 310.74º | 0.66% | 0.48% | - |
| HSV(B) | 310.74º | 0.79% | 0.8% | - |
| XYZ | 33.47 | 17.59 | 42.19 | - |
| YUV | 105.6 | 167.17 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 175 | 0 | 0.79 | 0.14 | 0.2 | 310.74 | 0.66 | 0.48 |
| Hex | CC | 2A | AF | 0 | 4F | E | 14 | 137 | 42 | 30 |
| Octal | 314 | 52 | 257 | 0 | 117 | 16 | 24 | 467 | 102 | 60 |
| Binary | 11001100 | 101010 | 10101111 | 0 | 1001111 | 1110 | 10100 | 100110111 | 1000010 | 110000 |
Color Harmonies of #CC2AAF
Complementary color
Monochromatic Colors of #CC2AAF
Black with #CC2AAF
Text Example
Text Example
White with #CC2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AAF; }
p { color: rgb(204,42,175); }
H1.HeaderClassName
{
color: #CC2AAF;
}
.AnyTagClassName
{
color: #CC2AAF;
}
</style>
background-color css
<style>
a { background-color: #CC2AAF; }
a { background-color: rgb(204,42,175); }
div.DivClassName
{
background-color: #CC2AAF;
}
.BgClassName
{
background-color: #CC2AAF;
}
</style>
border-color css
<style>
span { border-color: #CC2AAF; }
span { border-color: rgb(204,42,175); }
td.TdClassName
{
border-color: #CC2AAF;
}
.TagClassName
{
border-color: #CC2AAF;
}
</style>