Shades of Fuchsia #CC40AD
Tints of Fuchsia #CC40AD
RGB
CMYK
RGB Variations
Color information
#CC40AD (or 0xCC40AD) is known color: Fuchsia. HEX triplet: CC, 40 and AD. RGB value is (204,64,173). Sum of RGB (Red+Green+Blue) = 204+64+173=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40AD is #33BF52. Grayscale: #757575. Windows color (decimal): -3391315 or 11354316. OLE color: 11354316.
HSL color Cylindrical-coordinate representation of color #CC40AD: hue angle of 313.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC40AD is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 173 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.2 |
| HSL | 313.29º | 0.58% | 0.53% | - |
| HSV(B) | 313.29º | 0.69% | 0.8% | - |
| XYZ | 34.28 | 19.52 | 41.5 | - |
| YUV | 118.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 173 | 0 | 0.69 | 0.15 | 0.2 | 313.29 | 0.58 | 0.53 |
| Hex | CC | 40 | AD | 0 | 45 | F | 14 | 139 | 3A | 35 |
| Octal | 314 | 100 | 255 | 0 | 105 | 17 | 24 | 471 | 72 | 65 |
| Binary | 11001100 | 1000000 | 10101101 | 0 | 1000101 | 1111 | 10100 | 100111001 | 111010 | 110101 |
Color Harmonies of #CC40AD
Complementary color
Monochromatic Colors of #CC40AD
Black with #CC40AD
Text Example
Text Example
White with #CC40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40AD; }
p { color: rgb(204,64,173); }
H1.HeaderClassName
{
color: #CC40AD;
}
.AnyTagClassName
{
color: #CC40AD;
}
</style>
background-color css
<style>
a { background-color: #CC40AD; }
a { background-color: rgb(204,64,173); }
div.DivClassName
{
background-color: #CC40AD;
}
.BgClassName
{
background-color: #CC40AD;
}
</style>
border-color css
<style>
span { border-color: #CC40AD; }
span { border-color: rgb(204,64,173); }
td.TdClassName
{
border-color: #CC40AD;
}
.TagClassName
{
border-color: #CC40AD;
}
</style>