#CD58AC

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

Shades of Fuchsia #CD58AC

Tints of Fuchsia #CD58AC

Color information

#CD58AC (or 0xCD58AC) is unknown color: approx Fuchsia. HEX triplet: CD, 58 and AC. RGB value is (205,88,172). Sum of RGB (Red+Green+Blue) = 205+88+172=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD58AC is #32A753. Grayscale: #848484. Windows color (decimal): -3319636 or 11294925. OLE color: 11294925.

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

Color convert

RGB20588172-
CMYK00.570.160.20
HSL316.92º53.92%57.45%-
HSV(B)316.92º57.07%80.39%-
XYZ36.1122.9441.55-
YUV132.56150.26179.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 88 (34.77% from 255) = 18.92%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=44.09%
G=18.92%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058817200.570.160.20316.9253.9257.45
HexCD58AC039101413d3639
Octal31513025407120244756671
Binary1100110110110001010110001110011000010100100111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58AC; }

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

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

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

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

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

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

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

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