#CD5FAC

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

Shades of Fuchsia #CD5FAC

Tints of Fuchsia #CD5FAC

Color information

#CD5FAC (or 0xCD5FAC) is unknown color: approx Fuchsia. HEX triplet: CD, 5F and AC. RGB value is (205,95,172). Sum of RGB (Red+Green+Blue) = 205+95+172=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5FAC is #32A053. Grayscale: #888888. Windows color (decimal): -3317844 or 11296717. OLE color: 11296717.

HSL color Cylindrical-coordinate representation of color #CD5FAC: hue angle of 318º degrees, saturation: 0.52, 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 #CD5FAC is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20595172-
CMYK00.540.160.20
HSL318º52.38%58.82%-
HSV(B)318º53.66%80.39%-
XYZ36.7224.1441.75-
YUV136.67147.94176.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=43.43%
G=20.13%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059517200.540.160.2031852.3858.82
HexCD5FAC036101413e343b
Octal31513725406620244766473
Binary1100110110111111010110001101101000010100100111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FAC; }

 p { color: rgb(205,95,172); }

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

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

 a { background-color: rgb(205,95,172); }

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

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

 span { border-color: rgb(205,95,172); }

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