#c03fc5

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

Shades of Fuchsia #C03FC5

Tints of Fuchsia #C03FC5

Color information

#C03FC5 (or 0xC03FC5) is unknown color: approx Fuchsia. HEX triplet: C0, 3F and C5. RGB value is (192,63,197). Sum of RGB (Red+Green+Blue) = 192+63+197=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #C03FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FC5 is #3FC03A. Grayscale: #747474. Windows color (decimal): -4177979 or 12926912. OLE color: 12926912.

HSL color Cylindrical-coordinate representation of color #C03FC5: hue angle of 297.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03FC5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19263197-
CMYK0.030.6800.23
HSL297.76º53.6%50.98%-
HSV(B)297.76º68.02%77.25%-
XYZ33.5918.7954.68-
YUV116.85173.24181.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 63 (25% from 255) = 13.94%
BLUE value IS 197 (77.34% from 255) = 43.58%
R=42.48%
G=13.94%
B=43.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192631970.030.6800.23297.7653.650.98
HexC03FC534401712a3633
Octal3007730531040274526663
Binary1100000011111111000101111000100010111100101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03fc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03fc5; }

 p { color: rgb(192,63,197); }

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

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

 a { background-color: rgb(192,63,197); }

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

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

 span { border-color: rgb(192,63,197); }

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