#C041CA

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

Shades of Fuchsia #C041CA

Tints of Fuchsia #C041CA

Color information

#C041CA (or 0xC041CA) is unknown color: approx Fuchsia. HEX triplet: C0, 41 and CA. RGB value is (192,65,202). Sum of RGB (Red+Green+Blue) = 192+65+202=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #C041CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041CA is #3FBE35. Grayscale: #767676. Windows color (decimal): -4177462 or 13255104. OLE color: 13255104.

HSL color Cylindrical-coordinate representation of color #C041CA: hue angle of 295.62º 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 #C041CA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19265202-
CMYK0.050.6800.21
HSL295.62º56.38%52.35%-
HSV(B)295.62º67.82%79.22%-
XYZ34.2919.2557.79-
YUV118.59175.08180.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=41.83%
G=14.16%
B=44.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192652020.050.6800.21295.6256.3852.35
HexC041CA5440151283834
Octal30010131251040254507064
Binary110000001000001110010101011000100010101100101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C041CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C041CA; }

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

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

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

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

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

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

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

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