#CD3EC1

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

Shades of Fuchsia #CD3EC1

Tints of Fuchsia #CD3EC1

Color information

#CD3EC1 (or 0xCD3EC1) is unknown color: approx Fuchsia. HEX triplet: CD, 3E and C1. RGB value is (205,62,193). Sum of RGB (Red+Green+Blue) = 205+62+193=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EC1 is #32C13E. Grayscale: #777777. Windows color (decimal): -3326271 or 12664525. OLE color: 12664525.

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

Color convert

RGB20562193-
CMYK00.700.060.20
HSL305.03º58.85%52.35%-
HSV(B)305.03º69.76%80.39%-
XYZ36.5320.2752.44-
YUV119.69169.38188.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 62 (24.61% from 255) = 13.48%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=44.57%
G=13.48%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056219300.700.060.20305.0358.8552.35
HexCD3EC10466141313b34
Octal3157630101066244617364
Binary11001101111110110000010100011011010100100110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EC1; }

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

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

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

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

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

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

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

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