#CD5DAF

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

Shades of Fuchsia #CD5DAF

Tints of Fuchsia #CD5DAF

Color information

#CD5DAF (or 0xCD5DAF) is unknown color: approx Fuchsia. HEX triplet: CD, 5D and AF. RGB value is (205,93,175). Sum of RGB (Red+Green+Blue) = 205+93+175=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5DAF is #32A250. Grayscale: #878787. Windows color (decimal): -3318353 or 11492813. OLE color: 11492813.

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

Color convert

RGB20593175-
CMYK00.550.150.20
HSL316.07º52.83%58.43%-
HSV(B)316.07º54.63%80.39%-
XYZ36.8323.943.23-
YUV135.84150.11177.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=43.34%
G=19.66%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059317500.550.150.20316.0752.8358.43
HexCD5DAF037F1413c353a
Octal31513525706717244746572
Binary110011011011101101011110110111111110100100111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DAF; }

 p { color: rgb(205,93,175); }

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

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

 a { background-color: rgb(205,93,175); }

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

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

 span { border-color: rgb(205,93,175); }

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