#C44CC5

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

Shades of Fuchsia #C44CC5

Tints of Fuchsia #C44CC5

Color information

#C44CC5 (or 0xC44CC5) is unknown color: approx Fuchsia. HEX triplet: C4, 4C and C5. RGB value is (196,76,197). Sum of RGB (Red+Green+Blue) = 196+76+197=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #C44CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CC5 is #3BB33A. Grayscale: #7D7D7D. Windows color (decimal): -3912507 or 12930244. OLE color: 12930244.

HSL color Cylindrical-coordinate representation of color #C44CC5: hue angle of 299.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CC5 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19676197-
CMYK0.010.6100.23
HSL299.5º51.05%53.53%-
HSV(B)299.5º61.42%77.25%-
XYZ35.4320.9455-
YUV125.67168.26178.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=41.79%
G=16.20%
B=42.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196761970.010.6100.23299.551.0553.53
HexC44CC513D01712c3336
Octal3041143051750274546366
Binary110001001001100110001011111101010111100101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44CC5; }

 p { color: rgb(196,76,197); }

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

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

 a { background-color: rgb(196,76,197); }

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

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

 span { border-color: rgb(196,76,197); }

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