#CC6AB4

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

Shades of Fuchsia #CC6AB4

Tints of Fuchsia #CC6AB4

Color information

#CC6AB4 (or 0xCC6AB4) is unknown color: approx Fuchsia. HEX triplet: CC, 6A and B4. RGB value is (204,106,180). Sum of RGB (Red+Green+Blue) = 204+106+180=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AB4 is #33954B. Grayscale: #8F8F8F. Windows color (decimal): -3380556 or 11823820. OLE color: 11823820.

HSL color Cylindrical-coordinate representation of color #CC6AB4: hue angle of 314.69º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AB4 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204106180-
CMYK00.480.120.2
HSL314.69º49%60.78%-
HSV(B)314.69º48.04%80%-
XYZ38.2926.4446.27-
YUV143.74148.47170.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=41.63%
G=21.63%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410618000.480.120.2314.694960.78
HexCC6AB4030C1413b313d
Octal31415226406014244736175
Binary110011001101010101101000110000110010100100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6AB4; }

 p { color: rgb(204,106,180); }

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

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

 a { background-color: rgb(204,106,180); }

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

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

 span { border-color: rgb(204,106,180); }

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