#CC47C8

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

Shades of Fuchsia #CC47C8

Tints of Fuchsia #CC47C8

Color information

#CC47C8 (or 0xCC47C8) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and C8. RGB value is (204,71,200). Sum of RGB (Red+Green+Blue) = 204+71+200=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47C8 is #33B837. Grayscale: #7D7D7D. Windows color (decimal): -3389496 or 13125580. OLE color: 13125580.

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

Color convert

RGB20471200-
CMYK00.650.020.2
HSL301.8º56.6%53.92%-
HSV(B)301.8º65.2%80%-
XYZ37.5821.5156.82-
YUV125.47170.06184.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 71 (28.12% from 255) = 14.95%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=42.95%
G=14.95%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047120000.650.020.2301.856.653.92
HexCC47C804121412e3936
Octal31410731001012244567166
Binary11001100100011111001000010000011010100100101110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47C8; }

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

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

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

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

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

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

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

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