#C13ECA

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

Shades of Fuchsia #C13ECA

Tints of Fuchsia #C13ECA

Color information

#C13ECA (or 0xC13ECA) is unknown color: approx Fuchsia. HEX triplet: C1, 3E and CA. RGB value is (193,62,202). Sum of RGB (Red+Green+Blue) = 193+62+202=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C13ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ECA is #3EC135. Grayscale: #747474. Windows color (decimal): -4112694 or 13254337. OLE color: 13254337.

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

Color convert

RGB19362202-
CMYK0.040.6900.21
HSL296.14º56.91%51.76%-
HSV(B)296.14º69.31%79.22%-
XYZ34.3819.0557.74-
YUV117.13175.9182.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 62 (24.61% from 255) = 13.57%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=42.23%
G=13.57%
B=44.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193622020.040.6900.21296.1456.9151.76
HexC13ECA4450151283934
Octal3017631241050254507164
Binary11000001111110110010101001000101010101100101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13ECA; }

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

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

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

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

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

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

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

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