#CC49C3

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

Shades of Fuchsia #CC49C3

Tints of Fuchsia #CC49C3

Color information

#CC49C3 (or 0xCC49C3) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and C3. RGB value is (204,73,195). Sum of RGB (Red+Green+Blue) = 204+73+195=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49C3 is #33B63C. Grayscale: #7D7D7D. Windows color (decimal): -3388989 or 12798412. OLE color: 12798412.

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

Color convert

RGB20473195-
CMYK00.640.040.2
HSL304.12º56.22%54.31%-
HSV(B)304.12º64.22%80%-
XYZ37.1321.5453.83-
YUV126.08166.9183.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=43.22%
G=15.47%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047319500.640.040.2304.1256.2254.31
HexCC49C30404141303836
Octal31411130301004244607066
Binary110011001001001110000110100000010010100100110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49C3; }

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

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

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

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

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

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

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

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