Shades of Fuchsia #CC44AF
Tints of Fuchsia #CC44AF
RGB
CMYK
RGB Variations
Color information
#CC44AF (or 0xCC44AF) is known color: Fuchsia. HEX triplet: CC, 44 and AF. RGB value is (204,68,175). Sum of RGB (Red+Green+Blue) = 204+68+175=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44AF is #33BB50. Grayscale: #787878. Windows color (decimal): -3390289 or 11486412. OLE color: 11486412.
HSL color Cylindrical-coordinate representation of color #CC44AF: hue angle of 312.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44AF is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 175 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.2 |
| HSL | 312.79º | 0.57% | 0.53% | - |
| HSV(B) | 312.79º | 0.67% | 0.8% | - |
| XYZ | 34.71 | 20.07 | 42.6 | - |
| YUV | 120.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 175 | 0 | 0.67 | 0.14 | 0.2 | 312.79 | 0.57 | 0.53 |
| Hex | CC | 44 | AF | 0 | 43 | E | 14 | 139 | 39 | 35 |
| Octal | 314 | 104 | 257 | 0 | 103 | 16 | 24 | 471 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10101111 | 0 | 1000011 | 1110 | 10100 | 100111001 | 111001 | 110101 |
Color Harmonies of #CC44AF
Complementary color
Monochromatic Colors of #CC44AF
Black with #CC44AF
Text Example
Text Example
White with #CC44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44AF; }
p { color: rgb(204,68,175); }
H1.HeaderClassName
{
color: #CC44AF;
}
.AnyTagClassName
{
color: #CC44AF;
}
</style>
background-color css
<style>
a { background-color: #CC44AF; }
a { background-color: rgb(204,68,175); }
div.DivClassName
{
background-color: #CC44AF;
}
.BgClassName
{
background-color: #CC44AF;
}
</style>
border-color css
<style>
span { border-color: #CC44AF; }
span { border-color: rgb(204,68,175); }
td.TdClassName
{
border-color: #CC44AF;
}
.TagClassName
{
border-color: #CC44AF;
}
</style>