#C041C9

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

Shades of Fuchsia #C041C9

Tints of Fuchsia #C041C9

Color information

#C041C9 (or 0xC041C9) is unknown color: approx Fuchsia. HEX triplet: C0, 41 and C9. RGB value is (192,65,201). Sum of RGB (Red+Green+Blue) = 192+65+201=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #C041C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041C9 is #3FBE36. Grayscale: #767676. Windows color (decimal): -4177463 or 13189568. OLE color: 13189568.

HSL color Cylindrical-coordinate representation of color #C041C9: hue angle of 296.03º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C041C9 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19265201-
CMYK0.040.6800.21
HSL296.03º55.74%52.16%-
HSV(B)296.03º67.66%78.82%-
XYZ34.1719.257.16-
YUV118.48174.58180.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 65 (25.78% from 255) = 14.19%
BLUE value IS 201 (78.91% from 255) = 43.89%
R=41.92%
G=14.19%
B=43.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192652010.040.6800.21296.0355.7452.16
HexC041C94440151283834
Octal30010131141040254507064
Binary110000001000001110010011001000100010101100101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C041C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C041C9; }

 p { color: rgb(192,65,201); }

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

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

 a { background-color: rgb(192,65,201); }

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

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

 span { border-color: rgb(192,65,201); }

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