#CD3EBC

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

Shades of Fuchsia #CD3EBC

Tints of Fuchsia #CD3EBC

Color information

#CD3EBC (or 0xCD3EBC) is unknown color: approx Fuchsia. HEX triplet: CD, 3E and BC. RGB value is (205,62,188). Sum of RGB (Red+Green+Blue) = 205+62+188=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EBC is #32C143. Grayscale: #767676. Windows color (decimal): -3326276 or 12336845. OLE color: 12336845.

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

Color convert

RGB20562188-
CMYK00.700.080.20
HSL307.13º58.85%52.35%-
HSV(B)307.13º69.76%80.39%-
XYZ35.9820.0649.55-
YUV119.12166.88189.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 62 (24.61% from 255) = 13.63%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=45.05%
G=13.63%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056218800.700.080.20307.1358.8552.35
HexCD3EBC0468141333b34
Octal31576274010610244637364
Binary110011011111101011110001000110100010100100110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3EBC; }

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

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

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

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

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

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

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

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