#CC61AC

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

Shades of Fuchsia #CC61AC

Tints of Fuchsia #CC61AC

Color information

#CC61AC (or 0xCC61AC) is unknown color: approx Fuchsia. HEX triplet: CC, 61 and AC. RGB value is (204,97,172). Sum of RGB (Red+Green+Blue) = 204+97+172=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61AC is #339E53. Grayscale: #898989. Windows color (decimal): -3382868 or 11297228. OLE color: 11297228.

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

Color convert

RGB20497172-
CMYK00.520.160.2
HSL317.94º51.2%59.02%-
HSV(B)317.94º52.45%80%-
XYZ36.6224.3741.8-
YUV137.54147.45175.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=43.13%
G=20.51%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049717200.520.160.2317.9451.259.02
HexCC61AC034101413e333b
Octal31414125406420244766373
Binary1100110011000011010110001101001000010100100111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61AC; }

 p { color: rgb(204,97,172); }

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

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

 a { background-color: rgb(204,97,172); }

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

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

 span { border-color: rgb(204,97,172); }

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