#C134B9

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

Shades of Fuchsia #C134B9

Tints of Fuchsia #C134B9

Color information

#C134B9 (or 0xC134B9) is unknown color: approx Fuchsia. HEX triplet: C1, 34 and B9. RGB value is (193,52,185). Sum of RGB (Red+Green+Blue) = 193+52+185=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C134B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134B9 is #3ECB46. Grayscale: #6C6C6C. Windows color (decimal): -4115271 or 12137665. OLE color: 12137665.

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

Color convert

RGB19352185-
CMYK00.730.040.24
HSL303.4º57.55%48.04%-
HSV(B)303.4º73.06%75.69%-
XYZ31.9817.347.55-
YUV109.32170.71187.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 52 (20.70% from 255) = 12.09%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=44.88%
G=12.09%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935218500.730.040.24303.457.5548.04
HexC134B904941812f3a30
Octal3016427101114304577260
Binary11000001110100101110010100100110011000100101111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C134B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C134B9; }

 p { color: rgb(193,52,185); }

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

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

 a { background-color: rgb(193,52,185); }

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

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

 span { border-color: rgb(193,52,185); }

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