#CC4AB6

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

Shades of Fuchsia #CC4AB6

Tints of Fuchsia #CC4AB6

Color information

#CC4AB6 (or 0xCC4AB6) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and B6. RGB value is (204,74,182). Sum of RGB (Red+Green+Blue) = 204+74+182=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AB6 is #33B549. Grayscale: #7C7C7C. Windows color (decimal): -3388746 or 11946700. OLE color: 11946700.

HSL color Cylindrical-coordinate representation of color #CC4AB6: hue angle of 310.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4AB6 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20474182-
CMYK00.640.110.2
HSL310.15º56.03%54.51%-
HSV(B)310.15º63.73%80%-
XYZ35.7921.1146.44-
YUV125.18160.07184.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 182 (71.48% from 255) = 39.57%
R=44.35%
G=16.09%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047418200.640.110.2310.1556.0354.51
HexCC4AB6040B141363837
Octal314112266010013244667067
Binary1100110010010101011011001000000101110100100110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4AB6; }

 p { color: rgb(204,74,182); }

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

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

 a { background-color: rgb(204,74,182); }

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

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

 span { border-color: rgb(204,74,182); }

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