#C14FBC

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

Shades of Fuchsia #C14FBC

Tints of Fuchsia #C14FBC

Color information

#C14FBC (or 0xC14FBC) is unknown color: approx Fuchsia. HEX triplet: C1, 4F and BC. RGB value is (193,79,188). Sum of RGB (Red+Green+Blue) = 193+79+188=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FBC is #3EB043. Grayscale: #7D7D7D. Windows color (decimal): -4108356 or 12341185. OLE color: 12341185.

HSL color Cylindrical-coordinate representation of color #C14FBC: hue angle of 302.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14FBC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19379188-
CMYK00.590.030.24
HSL302.63º47.9%53.33%-
HSV(B)302.63º59.07%75.69%-
XYZ33.8720.5649.76-
YUV125.51163.27176.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 79 (31.25% from 255) = 17.17%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=41.96%
G=17.17%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937918800.590.030.24302.6347.953.33
HexC14FBC03B31812f3035
Octal3011172740733304576065
Binary1100000110011111011110001110111111000100101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14FBC; }

 p { color: rgb(193,79,188); }

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

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

 a { background-color: rgb(193,79,188); }

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

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

 span { border-color: rgb(193,79,188); }

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