#CD3EC4

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

Shades of Fuchsia #CD3EC4

Tints of Fuchsia #CD3EC4

Color information

#CD3EC4 (or 0xCD3EC4) is unknown color: approx Fuchsia. HEX triplet: CD, 3E and C4. RGB value is (205,62,196). Sum of RGB (Red+Green+Blue) = 205+62+196=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EC4 is #32C13B. Grayscale: #777777. Windows color (decimal): -3326268 or 12861133. OLE color: 12861133.

HSL color Cylindrical-coordinate representation of color #CD3EC4: hue angle of 303.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3EC4 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB20562196-
CMYK00.700.040.20
HSL303.78º58.85%52.35%-
HSV(B)303.78º69.76%80.39%-
XYZ36.8620.4154.22-
YUV120.03170.88188.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 62 (24.61% from 255) = 13.39%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=44.28%
G=13.39%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056219600.700.040.20303.7858.8552.35
HexCD3EC40464141303b34
Octal3157630401064244607364
Binary11001101111110110001000100011010010100100110000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EC4; }

 p { color: rgb(205,62,196); }

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

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

 a { background-color: rgb(205,62,196); }

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

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

 span { border-color: rgb(205,62,196); }

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