#CD4ECB

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

Shades of Fuchsia #CD4ECB

Tints of Fuchsia #CD4ECB

Color information

#CD4ECB (or 0xCD4ECB) is unknown color: approx Fuchsia. HEX triplet: CD, 4E and CB. RGB value is (205,78,203). Sum of RGB (Red+Green+Blue) = 205+78+203=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4ECB is #32B134. Grayscale: #818181. Windows color (decimal): -3322165 or 13323981. OLE color: 13323981.

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

Color convert

RGB20578203-
CMYK00.620.010.20
HSL300.94º55.95%55.49%-
HSV(B)300.94º61.95%80.39%-
XYZ38.6822.7458.85-
YUV130.22169.08181.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 78 (30.86% from 255) = 16.05%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=42.18%
G=16.05%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057820300.620.010.20300.9455.9555.49
HexCD4ECB03E11412d3837
Octal3151163130761244557067
Binary110011011001110110010110111110110100100101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4ECB; }

 p { color: rgb(205,78,203); }

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

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

 a { background-color: rgb(205,78,203); }

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

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

 span { border-color: rgb(205,78,203); }

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