#CC47B6

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

Shades of Fuchsia #CC47B6

Tints of Fuchsia #CC47B6

Color information

#CC47B6 (or 0xCC47B6) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and B6. RGB value is (204,71,182). Sum of RGB (Red+Green+Blue) = 204+71+182=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47B6 is #33B849. Grayscale: #7B7B7B. Windows color (decimal): -3389514 or 11945932. OLE color: 11945932.

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

Color convert

RGB20471182-
CMYK00.650.110.2
HSL309.92º56.6%53.92%-
HSV(B)309.92º65.2%80%-
XYZ35.620.7246.38-
YUV123.42161.06185.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=44.64%
G=15.54%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047118200.650.110.2309.9256.653.92
HexCC47B6041B141363936
Octal314107266010113244667166
Binary1100110010001111011011001000001101110100100110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47B6; }

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

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

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

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

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

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

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

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