#CD3EC8

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

Shades of Fuchsia #CD3EC8

Tints of Fuchsia #CD3EC8

Color information

#CD3EC8 (or 0xCD3EC8) is unknown color: approx Fuchsia. HEX triplet: CD, 3E and C8. RGB value is (205,62,200). Sum of RGB (Red+Green+Blue) = 205+62+200=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EC8 is #32C137. Grayscale: #787878. Windows color (decimal): -3326264 or 13123277. OLE color: 13123277.

HSL color Cylindrical-coordinate representation of color #CD3EC8: hue angle of 302.1º 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 #CD3EC8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB20562200-
CMYK00.700.020.20
HSL302.1º58.85%52.35%-
HSV(B)302.1º69.76%80.39%-
XYZ37.3220.5956.65-
YUV120.49172.88188.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 62 (24.61% from 255) = 13.28%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=43.90%
G=13.28%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056220000.700.020.20302.158.8552.35
HexCD3EC804621412e3b34
Octal3157631001062244567364
Binary1100110111111011001000010001101010100100101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EC8; }

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

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

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

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

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

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

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

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