#cd5eb9

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

Shades of Fuchsia #CD5EB9

Tints of Fuchsia #CD5EB9

Color information

#CD5EB9 (or 0xCD5EB9) is unknown color: approx Fuchsia. HEX triplet: CD, 5E and B9. RGB value is (205,94,185). Sum of RGB (Red+Green+Blue) = 205+94+185=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EB9 is #32A146. Grayscale: #898989. Windows color (decimal): -3318087 or 12148429. OLE color: 12148429.

HSL color Cylindrical-coordinate representation of color #CD5EB9: hue angle of 310.81º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5EB9 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20594185-
CMYK00.540.100.20
HSL310.81º52.61%58.63%-
HSV(B)310.81º54.15%80.39%-
XYZ37.9424.4948.63-
YUV137.56154.77176.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=42.36%
G=19.42%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059418500.540.100.20310.8152.6158.63
HexCD5EB9036A14137353b
Octal31513627106612244676573
Binary110011011011110101110010110110101010100100110111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5eb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5eb9; }

 p { color: rgb(205,94,185); }

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

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

 a { background-color: rgb(205,94,185); }

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

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

 span { border-color: rgb(205,94,185); }

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