#CC47B2

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

Shades of Fuchsia #CC47B2

Tints of Fuchsia #CC47B2

Color information

#CC47B2 (or 0xCC47B2) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and B2. RGB value is (204,71,178). Sum of RGB (Red+Green+Blue) = 204+71+178=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC47B2 is #33B84D. Grayscale: #7A7A7A. Windows color (decimal): -3389518 or 11683788. OLE color: 11683788.

HSL color Cylindrical-coordinate representation of color #CC47B2: hue angle of 311.73º 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 #CC47B2 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20471178-
CMYK00.650.130.2
HSL311.73º56.6%53.92%-
HSV(B)311.73º65.2%80%-
XYZ35.1920.5644.23-
YUV122.96159.06185.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=45.03%
G=15.67%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047117800.650.130.2311.7356.653.92
HexCC47B2041D141383936
Octal314107262010115244707166
Binary1100110010001111011001001000001110110100100111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47B2; }

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

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

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

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

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

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

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

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