#CD60AD

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

Shades of Fuchsia #CD60AD

Tints of Fuchsia #CD60AD

Color information

#CD60AD (or 0xCD60AD) is unknown color: approx Fuchsia. HEX triplet: CD, 60 and AD. RGB value is (205,96,173). Sum of RGB (Red+Green+Blue) = 205+96+173=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD60AD is #329F52. Grayscale: #898989. Windows color (decimal): -3317587 or 11362509. OLE color: 11362509.

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

Color convert

RGB20596173-
CMYK00.530.160.20
HSL317.61º52.15%59.02%-
HSV(B)317.61º53.17%80.39%-
XYZ36.924.3642.29-
YUV137.37148.11176.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=43.25%
G=20.25%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059617300.530.160.20317.6152.1559.02
HexCD60AD035101413e343b
Octal31514025506520244766473
Binary1100110111000001010110101101011000010100100111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60AD; }

 p { color: rgb(205,96,173); }

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

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

 a { background-color: rgb(205,96,173); }

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

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

 span { border-color: rgb(205,96,173); }

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