#CD44AD

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

Shades of Fuchsia #CD44AD

Tints of Fuchsia #CD44AD

Color information

#CD44AD (or 0xCD44AD) is unknown color: approx Fuchsia. HEX triplet: CD, 44 and AD. RGB value is (205,68,173). Sum of RGB (Red+Green+Blue) = 205+68+173=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD44AD is #32BB52. Grayscale: #787878. Windows color (decimal): -3324755 or 11355341. OLE color: 11355341.

HSL color Cylindrical-coordinate representation of color #CD44AD: hue angle of 314.01º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD44AD is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20568173-
CMYK00.670.160.20
HSL314.01º57.81%53.53%-
HSV(B)314.01º66.83%80.39%-
XYZ34.7920.1341.59-
YUV120.93157.39187.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=45.96%
G=15.25%
B=38.79%

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
Decimal2056817300.670.160.20314.0157.8153.53
HexCD44AD043101413a3a36
Octal315104255010320244727266
Binary11001101100010010101101010000111000010100100111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD44AD; }

 p { color: rgb(205,68,173); }

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

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

 a { background-color: rgb(205,68,173); }

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

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

 span { border-color: rgb(205,68,173); }

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