#CC49BC

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

Shades of Fuchsia #CC49BC

Tints of Fuchsia #CC49BC

Color information

#CC49BC (or 0xCC49BC) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and BC. RGB value is (204,73,188). Sum of RGB (Red+Green+Blue) = 204+73+188=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49BC is #33B643. Grayscale: #7C7C7C. Windows color (decimal): -3388996 or 12339660. OLE color: 12339660.

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

Color convert

RGB20473188-
CMYK00.640.080.2
HSL307.33º56.22%54.31%-
HSV(B)307.33º64.22%80%-
XYZ36.3621.2349.76-
YUV125.28163.4184.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=43.87%
G=15.70%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047318800.640.080.2307.3356.2254.31
HexCC49BC0408141333836
Octal314111274010010244637066
Binary1100110010010011011110001000000100010100100110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49BC; }

 p { color: rgb(204,73,188); }

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

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

 a { background-color: rgb(204,73,188); }

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

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

 span { border-color: rgb(204,73,188); }

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