#C14BB6

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

Shades of Fuchsia #C14BB6

Tints of Fuchsia #C14BB6

Color information

#C14BB6 (or 0xC14BB6) is unknown color: approx Fuchsia. HEX triplet: C1, 4B and B6. RGB value is (193,75,182). Sum of RGB (Red+Green+Blue) = 193+75+182=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BB6 is #3EB449. Grayscale: #7A7A7A. Windows color (decimal): -4109386 or 11946945. OLE color: 11946945.

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

Color convert

RGB19375182-
CMYK00.610.060.24
HSL305.59º48.76%52.55%-
HSV(B)305.59º61.14%75.69%-
XYZ32.9519.7546.33-
YUV122.48161.59178.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=42.89%
G=16.67%
B=40.44%

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
Decimal1937518200.610.060.24305.5948.7652.55
HexC14BB603D6181323135
Octal3011132660756304626165
Binary11000001100101110110110011110111011000100110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14BB6; }

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

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

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

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

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

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

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

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