#c044c6

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

Shades of Fuchsia #C044C6

Tints of Fuchsia #C044C6

Color information

#C044C6 (or 0xC044C6) is unknown color: approx Fuchsia. HEX triplet: C0, 44 and C6. RGB value is (192,68,198). Sum of RGB (Red+Green+Blue) = 192+68+198=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #C044C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044C6 is #3FBB39. Grayscale: #777777. Windows color (decimal): -4176698 or 12993728. OLE color: 12993728.

HSL color Cylindrical-coordinate representation of color #C044C6: hue angle of 297.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C044C6 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19268198-
CMYK0.030.6600.22
HSL297.23º53.28%52.16%-
HSV(B)297.23º65.66%77.65%-
XYZ3419.4255.38-
YUV119.9172.08179.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 68 (26.95% from 255) = 14.85%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=41.92%
G=14.85%
B=43.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192681980.030.6600.22297.2353.2852.16
HexC044C63420161293534
Octal30010430631020264516564
Binary11000000100010011000110111000010010110100101001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c044c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c044c6; }

 p { color: rgb(192,68,198); }

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

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

 a { background-color: rgb(192,68,198); }

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

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

 span { border-color: rgb(192,68,198); }

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