#C73EC2

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

Shades of Fuchsia #C73EC2

Tints of Fuchsia #C73EC2

Color information

#C73EC2 (or 0xC73EC2) is unknown color: approx Fuchsia. HEX triplet: C7, 3E and C2. RGB value is (199,62,194). Sum of RGB (Red+Green+Blue) = 199+62+194=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C73EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73EC2 is #38C13D. Grayscale: #757575. Windows color (decimal): -3719486 or 12730055. OLE color: 12730055.

HSL color Cylindrical-coordinate representation of color #C73EC2: hue angle of 302.19º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73EC2 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19962194-
CMYK00.690.030.22
HSL302.19º55.02%51.18%-
HSV(B)302.19º68.84%78.04%-
XYZ35.0119.4852.95-
YUV118.01170.89185.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 62 (24.61% from 255) = 13.63%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=43.74%
G=13.63%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996219400.690.030.22302.1955.0251.18
HexC73EC204531612e3733
Octal3077630201053264566763
Binary1100011111111011000010010001011110110100101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73EC2; }

 p { color: rgb(199,62,194); }

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

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

 a { background-color: rgb(199,62,194); }

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

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

 span { border-color: rgb(199,62,194); }

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