#CC47BE

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

Shades of Fuchsia #CC47BE

Tints of Fuchsia #CC47BE

Color information

#CC47BE (or 0xCC47BE) is unknown color: approx Fuchsia. HEX triplet: CC, 47 and BE. RGB value is (204,71,190). Sum of RGB (Red+Green+Blue) = 204+71+190=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BE is #33B841. Grayscale: #7B7B7B. Windows color (decimal): -3389506 or 12470220. OLE color: 12470220.

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

Color convert

RGB20471190-
CMYK00.650.070.2
HSL306.32º56.6%53.92%-
HSV(B)306.32º65.2%80%-
XYZ36.4521.0650.86-
YUV124.33165.06184.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 71 (28.12% from 255) = 15.27%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=43.87%
G=15.27%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047119000.650.070.2306.3256.653.92
HexCC47BE0417141323936
Octal31410727601017244627166
Binary110011001000111101111100100000111110100100110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC47BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC47BE; }

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

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

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

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

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

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

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

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