#C14BBB

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

Shades of Fuchsia #C14BBB

Tints of Fuchsia #C14BBB

Color information

#C14BBB (or 0xC14BBB) is unknown color: approx Fuchsia. HEX triplet: C1, 4B and BB. RGB value is (193,75,187). Sum of RGB (Red+Green+Blue) = 193+75+187=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BBB is #3EB444. Grayscale: #7A7A7A. Windows color (decimal): -4109381 or 12274625. OLE color: 12274625.

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

Color convert

RGB19375187-
CMYK00.610.030.24
HSL303.05º48.76%52.55%-
HSV(B)303.05º61.14%75.69%-
XYZ33.4819.9649.1-
YUV123.05164.09177.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=42.42%
G=16.48%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937518700.610.030.24303.0548.7652.55
HexC14BBB03D31812f3135
Octal3011132730753304576165
Binary1100000110010111011101101111011111000100101111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BBB; }

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

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

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

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

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

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

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

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