#C037CA

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

Shades of Fuchsia #C037CA

Tints of Fuchsia #C037CA

Color information

#C037CA (or 0xC037CA) is unknown color: approx Fuchsia. HEX triplet: C0, 37 and CA. RGB value is (192,55,202). Sum of RGB (Red+Green+Blue) = 192+55+202=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #C037CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037CA is #3FC835. Grayscale: #707070. Windows color (decimal): -4180022 or 13252544. OLE color: 13252544.

HSL color Cylindrical-coordinate representation of color #C037CA: hue angle of 295.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C037CA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19255202-
CMYK0.050.7300.21
HSL295.92º58.1%50.39%-
HSV(B)295.92º72.77%79.22%-
XYZ33.7718.257.61-
YUV112.72178.39184.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=42.76%
G=12.25%
B=44.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192552020.050.7300.21295.9258.150.39
HexC037CA5490151283a32
Octal3006731251110254507262
Binary11000000110111110010101011001001010101100101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C037CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C037CA; }

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

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

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

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

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

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

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

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