#CC40AD

Color #CC40AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC40AD

Tints of Fuchsia #CC40AD

Color information

#CC40AD (or 0xCC40AD) is unknown color: approx 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

RGB20464173-
CMYK00.690.150.2
HSL313.29º57.85%52.55%-
HSV(B)313.29º68.63%80%-
XYZ34.2819.5241.5-
YUV118.29158.88189.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=46.26%
G=14.51%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046417300.690.150.2313.2957.8552.55
HexCC40AD045F141393a35
Octal314100255010517244717265
Binary1100110010000001010110101000101111110100100111001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>