#C14CB4

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

Shades of Fuchsia #C14CB4

Tints of Fuchsia #C14CB4

Color information

#C14CB4 (or 0xC14CB4) is unknown color: approx Fuchsia. HEX triplet: C1, 4C and B4. RGB value is (193,76,180). Sum of RGB (Red+Green+Blue) = 193+76+180=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CB4 is #3EB34B. Grayscale: #7A7A7A. Windows color (decimal): -4109132 or 11816129. OLE color: 11816129.

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

Color convert

RGB19376180-
CMYK00.610.070.24
HSL306.67º48.55%52.75%-
HSV(B)306.67º60.62%75.69%-
XYZ32.8119.845.27-
YUV122.84160.26178.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=42.98%
G=16.93%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937618000.610.070.24306.6748.5552.75
HexC14CB403D7181333135
Octal3011142640757304636165
Binary11000001100110010110100011110111111000100110011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CB4; }

 p { color: rgb(193,76,180); }

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

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

 a { background-color: rgb(193,76,180); }

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

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

 span { border-color: rgb(193,76,180); }

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