Shades of Fuchsia #CC4DAF
Tints of Fuchsia #CC4DAF
RGB
CMYK
RGB Variations
Color information
#CC4DAF (or 0xCC4DAF) is known color: Fuchsia. HEX triplet: CC, 4D and AF. RGB value is (204,77,175). Sum of RGB (Red+Green+Blue) = 204+77+175=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4DAF is #33B250. Grayscale: #7D7D7D. Windows color (decimal): -3387985 or 11488716. OLE color: 11488716.
HSL color Cylindrical-coordinate representation of color #CC4DAF: hue angle of 313.7º 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 #CC4DAF is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 175 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.2 |
| HSL | 313.7º | 0.55% | 0.55% | - |
| HSV(B) | 313.7º | 0.62% | 0.8% | - |
| XYZ | 35.29 | 21.24 | 42.8 | - |
| YUV | 126.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 175 | 0 | 0.62 | 0.14 | 0.2 | 313.7 | 0.55 | 0.55 |
| Hex | CC | 4D | AF | 0 | 3E | E | 14 | 13A | 37 | 37 |
| Octal | 314 | 115 | 257 | 0 | 76 | 16 | 24 | 472 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10101111 | 0 | 111110 | 1110 | 10100 | 100111010 | 110111 | 110111 |
Color Harmonies of #CC4DAF
Complementary color
Monochromatic Colors of #CC4DAF
Black with #CC4DAF
Text Example
Text Example
White with #CC4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DAF; }
p { color: rgb(204,77,175); }
H1.HeaderClassName
{
color: #CC4DAF;
}
.AnyTagClassName
{
color: #CC4DAF;
}
</style>
background-color css
<style>
a { background-color: #CC4DAF; }
a { background-color: rgb(204,77,175); }
div.DivClassName
{
background-color: #CC4DAF;
}
.BgClassName
{
background-color: #CC4DAF;
}
</style>
border-color css
<style>
span { border-color: #CC4DAF; }
span { border-color: rgb(204,77,175); }
td.TdClassName
{
border-color: #CC4DAF;
}
.TagClassName
{
border-color: #CC4DAF;
}
</style>