#CD58AB

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

Shades of Fuchsia #CD58AB

Tints of Fuchsia #CD58AB

Color information

#CD58AB (or 0xCD58AB) is unknown color: approx Fuchsia. HEX triplet: CD, 58 and AB. RGB value is (205,88,171). Sum of RGB (Red+Green+Blue) = 205+88+171=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD58AB is #32A754. Grayscale: #848484. Windows color (decimal): -3319637 or 11229389. OLE color: 11229389.

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

Color convert

RGB20588171-
CMYK00.570.170.20
HSL317.44º53.92%57.45%-
HSV(B)317.44º57.07%80.39%-
XYZ36.0222.941.05-
YUV132.44149.76179.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 88 (34.77% from 255) = 18.97%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=44.18%
G=18.97%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058817100.570.170.20317.4453.9257.45
HexCD58AB039111413d3639
Octal31513025307121244756671
Binary1100110110110001010101101110011000110100100111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58AB; }

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

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

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

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

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

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

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

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