#CD40AB

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

Shades of Fuchsia #CD40AB

Tints of Fuchsia #CD40AB

Color information

#CD40AB (or 0xCD40AB) is unknown color: approx Fuchsia. HEX triplet: CD, 40 and AB. RGB value is (205,64,171). Sum of RGB (Red+Green+Blue) = 205+64+171=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD40AB is #32BF54. Grayscale: #767676. Windows color (decimal): -3325781 or 11223245. OLE color: 11223245.

HSL color Cylindrical-coordinate representation of color #CD40AB: hue angle of 314.47º degrees, saturation: 0.59, 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 #CD40AB is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20564171-
CMYK00.690.170.20
HSL314.47º58.51%52.75%-
HSV(B)314.47º68.78%80.39%-
XYZ34.3619.5940.5-
YUV118.36157.71189.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=46.59%
G=14.55%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056417100.690.170.20314.4758.5152.75
HexCD40AB045111413a3b35
Octal315100253010521244727365
Binary11001101100000010101011010001011000110100100111010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD40AB; }

 p { color: rgb(205,64,171); }

 H1.HeaderClassName
 {
   color: #CD40AB;
 }
 .AnyTagClassName
 {
   color: #CD40AB;
 }
</style>
background-color css

<style>
 a { background-color: #CD40AB; }

 a { background-color: rgb(205,64,171); }

 div.DivClassName
 {
   background-color: #CD40AB;
 }
 .BgClassName
 {
   background-color: #CD40AB;
 }
</style>
border-color css

<style>
 span { border-color: #CD40AB; }

 span { border-color: rgb(205,64,171); }

 td.TdClassName
 {
   border-color: #CD40AB;
 }
 .TagClassName
 {
   border-color: #CD40AB;
 }
</style>