Shades of Fuchsia #CC51AF
Tints of Fuchsia #CC51AF
RGB
CMYK
RGB Variations
Color information
#CC51AF (or 0xCC51AF) is known color: Fuchsia. HEX triplet: CC, 51 and AF. RGB value is (204,81,175). Sum of RGB (Red+Green+Blue) = 204+81+175=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51AF is #33AE50. Grayscale: #808080. Windows color (decimal): -3386961 or 11489740. OLE color: 11489740.
HSL color Cylindrical-coordinate representation of color #CC51AF: hue angle of 314.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51AF is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 175 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.2 |
| HSL | 314.15º | 0.55% | 0.56% | - |
| HSV(B) | 314.15º | 0.6% | 0.8% | - |
| XYZ | 35.58 | 21.82 | 42.89 | - |
| YUV | 128.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 175 | 0 | 0.60 | 0.14 | 0.2 | 314.15 | 0.55 | 0.56 |
| Hex | CC | 51 | AF | 0 | 3C | E | 14 | 13A | 37 | 38 |
| Octal | 314 | 121 | 257 | 0 | 74 | 16 | 24 | 472 | 67 | 70 |
| Binary | 11001100 | 1010001 | 10101111 | 0 | 111100 | 1110 | 10100 | 100111010 | 110111 | 111000 |
Color Harmonies of #CC51AF
Complementary color
Monochromatic Colors of #CC51AF
Black with #CC51AF
Text Example
Text Example
White with #CC51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51AF; }
p { color: rgb(204,81,175); }
H1.HeaderClassName
{
color: #CC51AF;
}
.AnyTagClassName
{
color: #CC51AF;
}
</style>
background-color css
<style>
a { background-color: #CC51AF; }
a { background-color: rgb(204,81,175); }
div.DivClassName
{
background-color: #CC51AF;
}
.BgClassName
{
background-color: #CC51AF;
}
</style>
border-color css
<style>
span { border-color: #CC51AF; }
span { border-color: rgb(204,81,175); }
td.TdClassName
{
border-color: #CC51AF;
}
.TagClassName
{
border-color: #CC51AF;
}
</style>