#CD58AA

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

Shades of Fuchsia #CD58AA

Tints of Fuchsia #CD58AA

Color information

#CD58AA (or 0xCD58AA) is unknown color: approx Fuchsia. HEX triplet: CD, 58 and AA. RGB value is (205,88,170). Sum of RGB (Red+Green+Blue) = 205+88+170=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD58AA is #32A755. Grayscale: #848484. Windows color (decimal): -3319638 or 11163853. OLE color: 11163853.

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

Color convert

RGB20588170-
CMYK00.570.170.20
HSL317.95º53.92%57.45%-
HSV(B)317.95º57.07%80.39%-
XYZ35.9222.8640.55-
YUV132.33149.26179.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=44.28%
G=19.01%
B=36.72%

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
Decimal2058817000.570.170.20317.9553.9257.45
HexCD58AA039111413e3639
Octal31513025207121244766671
Binary1100110110110001010101001110011000110100100111110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58AA; }

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

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

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

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

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

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

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

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