#C134B1

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

Shades of Fuchsia #C134B1

Tints of Fuchsia #C134B1

Color information

#C134B1 (or 0xC134B1) is unknown color: approx Fuchsia. HEX triplet: C1, 34 and B1. RGB value is (193,52,177). Sum of RGB (Red+Green+Blue) = 193+52+177=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C134B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C134B1 is #3ECB4E. Grayscale: #6C6C6C. Windows color (decimal): -4115279 or 11613377. OLE color: 11613377.

HSL color Cylindrical-coordinate representation of color #C134B1: hue angle of 306.81º 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 #C134B1 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19352177-
CMYK00.730.080.24
HSL306.81º57.55%48.04%-
HSV(B)306.81º73.06%75.69%-
XYZ31.1616.9743.23-
YUV108.41166.71188.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=45.73%
G=12.32%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935217700.730.080.24306.8157.5548.04
HexC134B10498181333a30
Octal30164261011110304637260
Binary110000011101001011000101001001100011000100110011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C134B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C134B1; }

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

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

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

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

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

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

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

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