#CD4AB5

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

Shades of Fuchsia #CD4AB5

Tints of Fuchsia #CD4AB5

Color information

#CD4AB5 (or 0xCD4AB5) is unknown color: approx Fuchsia. HEX triplet: CD, 4A and B5. RGB value is (205,74,181). Sum of RGB (Red+Green+Blue) = 205+74+181=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4AB5 is #32B54A. Grayscale: #7D7D7D. Windows color (decimal): -3323211 or 11881165. OLE color: 11881165.

HSL color Cylindrical-coordinate representation of color #CD4AB5: hue angle of 310.99º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4AB5 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB20574181-
CMYK00.640.120.20
HSL310.99º56.71%54.71%-
HSV(B)310.99º63.9%80.39%-
XYZ35.9721.2145.91-
YUV125.37159.4184.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=44.57%
G=16.09%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057418100.640.120.20310.9956.7154.71
HexCD4AB5040C141373937
Octal315112265010014244677167
Binary1100110110010101011010101000000110010100100110111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4AB5; }

 p { color: rgb(205,74,181); }

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

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

 a { background-color: rgb(205,74,181); }

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

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

 span { border-color: rgb(205,74,181); }

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