#CD43AC

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

Shades of Fuchsia #CD43AC

Tints of Fuchsia #CD43AC

Color information

#CD43AC (or 0xCD43AC) is unknown color: approx Fuchsia. HEX triplet: CD, 43 and AC. RGB value is (205,67,172). Sum of RGB (Red+Green+Blue) = 205+67+172=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD43AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD43AC is #32BC53. Grayscale: #777777. Windows color (decimal): -3325012 or 11289549. OLE color: 11289549.

HSL color Cylindrical-coordinate representation of color #CD43AC: hue angle of 314.35º degrees, saturation: 0.58, 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 #CD43AC is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20567172-
CMYK00.670.160.20
HSL314.35º57.98%53.33%-
HSV(B)314.35º67.32%80.39%-
XYZ34.6319.9741.06-
YUV120.23157.22188.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 67 (26.56% from 255) = 15.09%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=46.17%
G=15.09%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056717200.670.160.20314.3557.9853.33
HexCD43AC043101413a3a35
Octal315103254010320244727265
Binary11001101100001110101100010000111000010100100111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD43AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD43AC; }

 p { color: rgb(205,67,172); }

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

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

 a { background-color: rgb(205,67,172); }

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

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

 span { border-color: rgb(205,67,172); }

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