#C141CA

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

Shades of Fuchsia #C141CA

Tints of Fuchsia #C141CA

Color information

#C141CA (or 0xC141CA) is unknown color: approx Fuchsia. HEX triplet: C1, 41 and CA. RGB value is (193,65,202). Sum of RGB (Red+Green+Blue) = 193+65+202=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #C141CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141CA is #3EBE35. Grayscale: #767676. Windows color (decimal): -4111926 or 13255105. OLE color: 13255105.

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

Color convert

RGB19365202-
CMYK0.040.6800.21
HSL296.06º56.38%52.35%-
HSV(B)296.06º67.82%79.22%-
XYZ34.5419.3857.8-
YUV118.89174.91180.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 65 (25.78% from 255) = 14.13%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=41.96%
G=14.13%
B=43.91%

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
Decimal193652020.040.6800.21296.0656.3852.35
HexC141CA4440151283834
Octal30110131241040254507064
Binary110000011000001110010101001000100010101100101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C141CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C141CA; }

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

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

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

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

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

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

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

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