#CD3EC2

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

Shades of Fuchsia #CD3EC2

Tints of Fuchsia #CD3EC2

Color information

#CD3EC2 (or 0xCD3EC2) is unknown color: approx Fuchsia. HEX triplet: CD, 3E and C2. RGB value is (205,62,194). Sum of RGB (Red+Green+Blue) = 205+62+194=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EC2 is #32C13D. Grayscale: #777777. Windows color (decimal): -3326270 or 12730061. OLE color: 12730061.

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

Color convert

RGB20562194-
CMYK00.700.050.20
HSL304.62º58.85%52.35%-
HSV(B)304.62º69.76%80.39%-
XYZ36.6420.3253.03-
YUV119.8169.88188.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 62 (24.61% from 255) = 13.45%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=44.47%
G=13.45%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056219400.700.050.20304.6258.8552.35
HexCD3EC20465141313b34
Octal3157630201065244617364
Binary11001101111110110000100100011010110100100110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EC2; }

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

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

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

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

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

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

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

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