#CD60AC

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

Shades of Fuchsia #CD60AC

Tints of Fuchsia #CD60AC

Color information

#CD60AC (or 0xCD60AC) is unknown color: approx Fuchsia. HEX triplet: CD, 60 and AC. RGB value is (205,96,172). Sum of RGB (Red+Green+Blue) = 205+96+172=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD60AC is #329F53. Grayscale: #898989. Windows color (decimal): -3317588 or 11296973. OLE color: 11296973.

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

Color convert

RGB20596172-
CMYK00.530.160.20
HSL318.17º52.15%59.02%-
HSV(B)318.17º53.17%80.39%-
XYZ36.8124.3241.78-
YUV137.26147.61176.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=43.34%
G=20.30%
B=36.36%

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
Decimal2059617200.530.160.20318.1752.1559.02
HexCD60AC035101413e343b
Octal31514025406520244766473
Binary1100110111000001010110001101011000010100100111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60AC; }

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

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

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

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

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

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

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

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