#C14BB5

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

Shades of Fuchsia #C14BB5

Tints of Fuchsia #C14BB5

Color information

#C14BB5 (or 0xC14BB5) is unknown color: approx Fuchsia. HEX triplet: C1, 4B and B5. RGB value is (193,75,181). Sum of RGB (Red+Green+Blue) = 193+75+181=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BB5 is #3EB44A. Grayscale: #7A7A7A. Windows color (decimal): -4109387 or 11881409. OLE color: 11881409.

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

Color convert

RGB19375181-
CMYK00.610.060.24
HSL306.1º48.76%52.55%-
HSV(B)306.1º61.14%75.69%-
XYZ32.8519.7145.79-
YUV122.37161.09178.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=42.98%
G=16.70%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937518100.610.060.24306.148.7652.55
HexC14BB503D6181323135
Octal3011132650756304626165
Binary11000001100101110110101011110111011000100110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BB5; }

 p { color: rgb(193,75,181); }

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

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

 a { background-color: rgb(193,75,181); }

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

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

 span { border-color: rgb(193,75,181); }

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