#C241CA

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

Shades of Fuchsia #C241CA

Tints of Fuchsia #C241CA

Color information

#C241CA (or 0xC241CA) is unknown color: approx Fuchsia. HEX triplet: C2, 41 and CA. RGB value is (194,65,202). Sum of RGB (Red+Green+Blue) = 194+65+202=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #C241CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241CA is #3DBE35. Grayscale: #767676. Windows color (decimal): -4046390 or 13255106. OLE color: 13255106.

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

Color convert

RGB19465202-
CMYK0.040.6800.21
HSL296.5º56.38%52.35%-
HSV(B)296.5º67.82%79.22%-
XYZ34.819.5157.81-
YUV119.19174.74181.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 65 (25.78% from 255) = 14.10%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=42.08%
G=14.10%
B=43.82%

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
Decimal194652020.040.6800.21296.556.3852.35
HexC241CA4440151283834
Octal30210131241040254507064
Binary110000101000001110010101001000100010101100101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241CA; }

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

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

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

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

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

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

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

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